mrmilu / react.base

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

State management with Zustand (proof of concept) #7

Closed arnaugomez closed 1 year ago

arnaugomez commented 1 year ago

As discussed with @hazzo , I am going to submit a MR with an example of state management with Zustand.

It will be a simple CRUD to show how the library works. The goal is to discuss whether it could replace Redux.

In the near future, I will also post a MR with an example of the new React Router data fetching features.