Features
- virtual-dom
- component-based architecture
- Data binding
- unidirectional data flow
- the data can move in only one direction (parent to child components) using
props
- easier debugging, better control over data and efficiency
- the data can move in only one direction (parent to child components) using
Traversing lists
Using the .map
method. Function passed to map()
is called for every element in the array and new array with the results is created.
Resources
- Mantine - UI components library