Open
Description
I'm starting a project to convert some old Knockout.js things to React and currently looking for a nice Flux library.
Redux contains some annoyances and therefore Alt looks quite promising alternative. For example, I'm not a fan of big switch
statements, actions as objects etc. In my opinion, Alt manages these much better.
But I'm bit worried that is Alt still maintained? It seems that this repository has been quite silent lately. Is there some kind of roadmap for the library? It would be a pity to choose a Flux implementation which is not actively maintained anymore. Reflux is another alternative but it is ES5 and the maintenance has practically stopped.