I'm looking for a frontend framework for a new KotlinJS project, Vue.js seems to tick most of the tick-boxes and also seems less complicated than ReactJS - both however should work fine with KotlinJS since both have TypeScript support which I'll just compile to Kotlin interfaces.
One of the things I require is a way to manage state in a non-chaotic way, the state should dictate what UI displays. For VueJS, it seems Vuex is recommended, for React, Redux and MobX seems to be the recommended state management libraries.
What is your experience with each of them and what are the major differences / shortcomings in each of them?
No responses yet.