frontend-reference icon indicating copy to clipboard operation
frontend-reference copied to clipboard

State Management in NextJS

Open rpmolina opened this issue 2 years ago • 0 comments

Describe the feature

In this repo, we have researched how to implement state management in React (100% client side) with different patterns and libraries, from which 22 examples came out.

For this issue, the idea is to investigate what is the state of the art of state management within NextJS where, due to the different forms of renderings (CSR, SSG, SSR) that the framework gives us, new options and limitations appear.

Use Case

The idea is to use the result of this issue as a reference to what patterns and libs to use when using nextjs. As well, build a template or more with the necessary configurations to start working without worrying about the setup.

Proposed Solution

  1. Define the same example to reproduce with the selected libs.
  2. Find which are the libs that are being used in this in nextjs.
  3. Check if there is already an example or template in the vercel repo .
  4. Build example with the selected libs.

Other Information

No response

Acknowledgements

  • [ ] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

Version used

Environment details (OS name and version, etc.)

┆Issue is synchronized with this Clickup task by Unito

rpmolina avatar Apr 24 '23 20:04 rpmolina