E11 - Data is the New Oil
Data management is essential in React development. In this episode, we explore how to handle and manipulate data using state, props, and other powerful React techniques.
Reference links from pdf notes & assignments
- test
- test
key points
- How to manage Data in react web applications ?
- Higher Order Component (HOC)
- HOC is functions, which takes input as Component & add some enhancement / new feature on top of input Component and returns the new Component, will not change / modify the input Components (read only)
- When, how & why do we use HOC ?
- HOC are Pure Functions
- What is Pure functions ?
- Functions which take inputs, does not change / modifies the inputs, its read only
- Data layer in react application
- How do you manage data in react web application ?
Assignments - Q & A
1.sada
2.asda
Stopped at 30min