mjamry / plan-your-trip

0 stars 0 forks source link

Use recoil as a store #102

Closed mjamry closed 2 years ago

mjamry commented 2 years ago

Application should use Recoil as a state manager instead of using React context for dynamic/large data. For now, it uses context almost everywhere to store state. Which is not good, as even a small state change enforce rerender of most of the components.

https://recoiljs.org/