bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
26 stars 1 forks source link

Migrate to "modern Redux" #359

Open graue opened 3 months ago

graue commented 3 months ago

There's a totally new way to use Redux now. All that is solid melts into air:

https://redux.js.org/usage/migrating-to-modern-redux

Also, we can then stop using union types for action types, which is technically incorrect