reading-notes


Project maintained by mr-atta Hosted on GitHub Pages — Theme by mattgraham

Component Based UI

UI


<hr>

Review, Research, and Discussion

Name 5 Javascript UI Frameworks (other than React)❓ 📁


AngularJS is maintained by Google and addresses common complications in building single-page applications (SPAs).

React is a JavaScript framework developed by Facebook that simplifies the process of building interactive UIs.

What’s the difference between a framework and a library❓ 📁

framework vs library framework vs library



Hello World

JSX

JSX »> const element = <h1>Hello, world!</h1>;

What Is JSX? 📁



const title = response.potentiallyMaliciousInput; // This is safe: const element = <h1>{title}</h1>;



📁 react hello world

📁introducing JSX

📁rendering elements