MUnique / OpenMU

This project aims to create an easy to use, extendable and customizable server for a MMORPG called "MU Online".
https://munique.net
MIT License
742 stars 322 forks source link

Replace fluxxor in AdminPanel #22

Closed sven-n closed 6 years ago

sven-n commented 6 years ago

The AdminPanel currently uses fluxxor as React Flux implementation. This has several downsides:

As there are now better alternatives, we should switch to something else, e.g. Redux.

sven-n commented 6 years ago

I'm currently rewriting the code using TypeScript and Redux. This should be a good foundation for future extensions :)