Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
183 stars 35 forks source link

Draft ADR for state management / data fetching strategies throughout app #3262

Open grahamalama opened 1 month ago

grahamalama commented 1 month ago

We currently use Redux for global state management and Sagas to do data fetching for components. There are new strategies for managing these concerns in React. We should either write an ADR or otherwise document our intentions to migrate to new patterns our maintain our current patterns.