rx-synchronizer
TypeScript icon, indicating that this package has built-in type declarations

1.1.6 • Public • Published

rx-synchronizer-js

npm version License: MIT Build Status Coverage Status

Commonly-used synchronizer bases that can be composed into more specific purposes. Currently there are:

  • Trigger synchronizer: performs some action when a trigger is fired. This can be useful in frontend applications e.g. when an option is selected and we want to remove all data related to the previous selected option;
  • Fetch synchronizer: fetches some data based on a parameter stream. This can be useful in e.g. GET operations;
  • Modify synchronizer: validates and modifies some data base on a parameter stream. This can be useful in e.g. POST operations;
  • Validate synchronizer: validates some data as it comes in. This can be useful in e.g. validation forms;

Readme

Keywords

Package Sidebar

Install

npm i rx-synchronizer

Weekly Downloads

1

Version

1.1.6

License

MIT

Unpacked Size

40.5 kB

Total Files

35

Last publish

Collaborators

  • haipham