Skip to content

State Management

Xihai Luo edited this page Mar 29, 2023 · 4 revisions

State management done using useContext and useReducer hooks. This design pattern is used -> https://react.dev/learn/scaling-up-with-reducer-and-context

AuthContext

For handling authentication flow in our app. Screenshot from 2023-03-28 22-48-07

Clone this wiki locally