React Basic
There are many frameworks and libraries to facilitate the development of Web applications, especially its front-end component, the user interface, or UI. Among these, React is perhaps the most popular. It was developed by a group of Facebook engineers, initially at Facebook.
React has excellent documentation and a set of tutorials on its Website. The best place to learn React is there! This chapter will serve as a summary and a quick reference to the React basics.
Here are some other reads you may be interested in:
- The Missing Introduction to React.
- Why did we build React?
- Yes, React is taking over front-end development. The question is why.
- Stop Using React for EVERYTHING!
Other UI libraries:
- Angular
- VueJS
- Svelte
- SolidJS
- PreactJS
- EmberJS
- BackboneJS
- ReactiveJS
- Mithril
- Aurelia
- And many more...