Zustand

Zustand

Description

what is it ? : Lightweihgt React state management library, based on hooks
URL : official Github Repository (opens in a new tab)
version : 4.0.0
Why ? :

  • Since we don't use Redux, Wrapping the application root with multiple pyramidal Providers as they impact performance, is now replaced with Zustand global state management all while usign React powerful Hooks + No more root application wrapping
  • Very Lightweight (1kB as bundle size)
  • Fast
  • Doesn't wrap your app into context providers, Which leads to huge gain in performance (less Rerendering)