Files
ASP.NET/02_ProjectOrientedSessions/Session08/Zustand.md
T

244 B

https://github.com/3lf/design-patterns-for-humans

pros:

  • little boilerplate code
  • doesn't rely on provider
  • faster than context
  • state merging by default
  • extendable by default
  • little opinionated

State Management current state?