rx-synchronizer
v1.1.6
Published
Commonly-used synchronizer bases that can be composed into more specific purposes.
Downloads
10
Readme
rx-synchronizer-js
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;