Bootcamp
Search…
Bootcamp
Welcome to Bootcamp!
🛠
Logistics
📚
General Reference
🏞
Projects
0: Language and Tooling
1: Frontend Basics
🌈
CSS
2: Backend Basics
3: Backend Applications
4: Backend Structure
5: Full-Stack Applications
6: Frontend Infrastructure
7: React
8: Advanced React
8.0: Module 8 Overview
8.1: Create React App
8.2: Higher-Order Components
8.3: Advanced State
8.3.1: useContext
8.3.2: useReducer
8.3.3: useContext + useReducer
8.4: React Router
8.POCE: Post-Class Exercises
9: Advanced Topics
🧮
Algorithms
💼
Interview Prep
☺
User Experience
Powered By GitBook
8.3: Advanced State

Introduction

We'll be using the concept of a store file as an alternative to passing state down as props and as an alternative to lifting functions to move data to sibling components. Eventually our app will have a store file that tracks state for the app.
Previous
8.2: Higher-Order Components
Next
8.3.1: useContext
Last modified 2mo ago
Copy link