Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@m-c2/ripple

NoMoreDeps87MIT1.0.7TypeScript support: included

Ripple is a powerful state management library for React applications. It offers a lightweight and intuitive solution to manage and synchronize state across components, improving the efficiency and maintainability of your codebase.

ripple, state management, react, react state, state synchronization, state container, stateful components, reactive programming, stateful management, react library

readme

What is Ripple ?

Ripple is a state management library for React. It's a simple and powerful alternative to Redux / Recoil / MobX...

Create a ripple with an initial state, and use it in your components. Keep the logic in the component or in a service, it's up to you.

No need for any subscription, Ripple will render your component in case of any change. Even from a service, it will not break the hook lifecycle.

It is just easy pizy lemon squeezy !

img

Documentation : Here