nextjs-boilerplate-advanced
nextjs-boilerplate-advanced copied to clipboard
Use state managers to prevent 100x contexts
Is your feature request related to a problem? Please describe. As the app grows, it is very common to create more and more React Contexts, which will make app slower.
Describe the solution you'd like We could use something like RecoilJS (First announced in 2020)
Describe alternatives you've considered No, please no Redux 🌞
Additional context No.