-
Couldn't load subscription status.
- Fork 0
This is the concept of "lifting state up" in React. It involves transferring data from a child component to its parent component by utilizing props and callbacks. This allows the parent component to have access to and control over the data from its child component.
Couldn't load subscription status.
Sustainerz/Child-ParentTransferData
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
This is the concept of "lifting state up" in React. It involves transferring data from a child component to its parent component by utilizing props and callbacks. This allows the parent component to have access to and control over the data from its child component.