simplified-reactivefy

1.1.3 • Public • Published

SimplifiedReactivefy

This is modification to https://github.com/Brugarolas/reactive

Changes

  • Full version removed, light version is standard
  • named exports for modern times and flexibility
  • examples below in readme that pertain to what was removed was also removed
  • This is designed for modern browsers and nodejs with modern Javascript.
    • Means you should have proxy support, or bring your own polyfills.

API Documentation | Examples


Installation

First, we need to install simplified-reactivefy:

    npm install --save simplified-reactivefy

Import

    import { observe, observeShallow, computed, dispose, ignore, pause } from 'simplified-reactivefy';

Go see examples and API

API Documentation | Examples


Credits

Credits for some libraries that served as inspiration or code reference:

License

This project is licensed under GNU GENERAL PUBLIC LICENSE v3. More info in the LICENSE file.

Readme

Keywords

none

Package Sidebar

Install

npm i simplified-reactivefy

Weekly Downloads

80

Version

1.1.3

License

GNU v3

Unpacked Size

104 kB

Total Files

32

Last publish

Collaborators

  • zacharygriffee