Zusammenfassung der Ressource
ReactJS
- What is ReactJS?
- front-end
- library
- developed by Facebook
- used for handling the view layer
- web and mobile apps
- reusable UI components
- one of the most popular JavaScript libraries
- strong foundation
- large community
- Features
- JSX
- Components
- Unidirectional data flow and Flux
- License
- Facebook
- Advantages
- virtual DOM
- JavaScript objec
- client
- server
- other frameworks
- Component and data patterns
- improve readability
- larger apps
- Limitations
- only the view layer
- inline templating and JSX
- can be hard
- Setup Environment
- https://www.tutorialspoint.com/reactjs/reactjs_environment_setup.htm
- JSX