I created a universal state library called USM. If you think your business logics are very verbose, you can try USM and you will love its simplicity and flexibility.
USM is a module design that wants to bridge together the differences of using Redux, Mobx, and Vuex in conjunction with different view layers such as React, Vue and Angular. It is designed to help you build libraries that will work with any front-end architecture. Modules built with USM should be free of boilerplates, especially the type that is introduced by state libraries like Redux. More importantly, the object-oriented nature of USM makes modules simple and intuitive. USM also makes your modules compatible with various state libraries and view layers, allowing you to share your business logic libraries across projects regardless of the frameworks they are using.
Report
No reviews yetBe the first to leave a review for usm - universal state module