opencast / opencast-admin-interface

A modern admin user interface for Opencast
https://admin-interface.opencast.org
Educational Community License v2.0
1 stars 22 forks source link

Modernize React Redux #213

Open Arnei opened 10 months ago

Arnei commented 10 months ago

Our redux code is still "oldschool", meaning it's unwieldy, there's a hell of a lot of boilerplate and it's nearly impossible to type well. Therefore we should try to migrate to "modern" redux, using redux-toolkit.

Also recommended by the developers of React Redux: https://redux.js.org/usage/migrating-to-modern-redux

Arnei commented 8 months ago

214 did not fully resolve this issue, so reopening. This is one of those issues that gets resolved over multiple PRs anyway. #214 does however serve as a reference on how to further resolve this issue.