This repo is a collection of examples of different state managers you can use as an alternative to Recoil.
Every example provides these insights:
- How to create state
- How to dervice state from other state
- How to update state in React
- How to display state in React
- How to listen for state changes externally to React
- How to update state externally to React