-
Notifications
You must be signed in to change notification settings - Fork 0
React
Thomas Czogalik edited this page Jun 19, 2019
·
3 revisions
- create reusable UI components
- change data, without reloading the page
- MVC template
- imposes a strict data flow (components react to state and props change)
- clearly structure a project (container and functional components)
renders an element, but only one hierarchy level
renders another level