npm install --save relacx
OR

Download JS

Relacx is a state management library for React applications.

Today's web applications are dynamic and full of features. If you have built web apps then you might know how difficult it is to manage web components and data communication between them.

Relacx tries to reduce this difficulty and provides an easy mechanism to manage state in React.

All you need to do is just create a React component and a controller for it, and Relacx will do the rest.

Head over to the docs & tutorials sections and start learning !!