1. What is Eventrix?
Eventrix is a scaling and predictable TypeScript library for state managing and centralizing application global state.
Eventrix solves the problem of sharing information between elements of the application, as well as communication between them. This open source library is suitable for both very large and small applications. Eventrix enables flexible expansion of the global state as well as enables greater control over the data flow in the application.
2. Who is it for?
Eventrix is for every developer who has an application written in React or React Native and needs to effectively manage the global state in the application. The library is open-source under the MIT license.
3. How can i use it?
Just install the eventrix package, you can read how to do it in the documentation. Then, configure the store for your own needs and use the provider in the main component of the application. In case of problems, use the examples available on the website or contact us.