This project is a playground to test out the functionality and APIs of various React state management libraries. The findings here will be used to determine what state management library we want to use at Proofpoint/PSAT.
- Community adoption
- Upkeep
- Ease of use / exposed API
- Low render thrashing
- Zustand
- Jotai
- Valtio
- Mobx
This runs the GraphQL server in packages/server to try out some asynchronous state management
Launches the React application in the browser.