@norabytes/reactjs-reflexive-store
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

NoraBytes © 2024

ReactJS ReflexiveStore

Installation

npm install @norabytes/reactjs-reflexive-store

or

yarn add @norabytes/reactjs-reflexive-store

Breaking Changes

  • v1.3.3:
    • The base ReflexiveStore lib has been updated to the v2.2.0 which inclused breaking changes, check them on the npm page.
    • The useBindToProps hook has been removed.
      • Use the useEffect hook, eg: useEffect(() => { store.dep1.setValue(dep1); store.dep2.setValue(dep2); }, [dep1, dep2])
    • The onComponentMount method has been removed.
      • Use the componentIsMounted$ observable instead.

Usage

TO-DO: Write the Usage section.

How it works

Please check the ReflexiveStore main npm page.

Live Examples

You can see and test in real-time some examples by accessing this CodeSandbox link.

Package Sidebar

Install

npm i @norabytes/reactjs-reflexive-store

Weekly Downloads

0

Version

1.3.6

License

MIT

Unpacked Size

24.1 kB

Total Files

28

Last publish

Collaborators

  • norabytes-srl