1.1.6 • Published 6 years ago

rx-synchronizer v1.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

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;
1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago