Howdju / howdju

Monorepo for the Howdju crowdsourced fact checking and summarization platform
https://www.howdju.com
GNU Affero General Public License v3.0
5 stars 2 forks source link

Adopt Redux reducer slice pattern #94

Open carlgieringer opened 2 years ago

carlgieringer commented 2 years ago

Currently we have both:

If we adopt Redux's reducer slice pattern, we will both remove the duplication and get precise typing in the reducers.

We should also remove use of AnyAction.

carlgieringer commented 1 year ago

How to convert to a slice: