ProjectDrawdown / global-research-platform

Drawdown Global Research Platform - UI
Other
20 stars 19 forks source link

Migrate to redux-observables #64

Open eethann opened 2 years ago

eethann commented 2 years ago

The current state updating methods use thunks. While dependable, thunks are quite verbose and repetitive, especially for optimistic updates. At some point we should start migrating to redux-observables. A good place to start would be the workbookSlice.js file.