Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions frontend/state-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
## QUESTIONS

- What is state in react? Why is state management important?
State is an object that houses data that changes over time in an application. State management is important because it is essential in displaying what is shown and stored
- What is context? When would you use it?
Context is a way to pass data between parent and child components. We would use it when we want to share state between components that don't necessarily rely on each other.

## RESOURCES

Expand Down