1.1.6 • Published 7 years ago

rx-synchronizer v1.1.6

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago