A tiny and powerful engine to extend your app with a lot of functionalities
If you want to use this library inside your project, install it with npm:
npm i mobrix-engine
Unit tests for every lib function are located inside tests
folder. The test script is executed with pre-defined test command:
npm run test
This lib is analyzed and tested with:
- Reduxjs toolkit, for global state management
- This library is written entirely with Typescript
This project is licensed under the MIT License - see the LICENSE file for details