You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are not a member of the Volto Team or Developers Team in the Plone GitHub organization, then do not work on or comment on this issue.
We used Redux to have a global store in the past to keep app state and subscribe components to store changes.
Nowadays, there are more human, less verbose and usable libraries that accomplish the same, and are more performant and configurable and flexible at the same time.
Important
If you are not a member of the Volto Team or Developers Team in the Plone GitHub organization, then do not work on or comment on this issue.
We used Redux to have a global store in the past to keep app state and subscribe components to store changes.
Nowadays, there are more human, less verbose and usable libraries that accomplish the same, and are more performant and configurable and flexible at the same time.
jotai
is the main candidate for this job.https://jotai.org/
Link to the parent PLIP
#6638
The text was updated successfully, but these errors were encountered: