mrmilu / react.base

Mr Milú's official starter template for React.js projects.
5 stars 0 forks source link

Feature/jotai #14

Closed arnaugomez closed 1 year ago

arnaugomez commented 1 year ago

Closes #13

Example of state management with Jotai. This library lets you create global state and state that is scoped to a Provider.

You can run this example locally and see that the Jotai state autodisposes when the Jotai Provider unmounts.

hazzo commented 1 year ago

Closing in favor of zustand usage