@talend/react-sagas
v9.0.0
Published
App wide redux sagas
Downloads
103
Maintainers
Readme
@talend/react-sagas
A set of generic sagas that are reusable accross the app(http://guidelines.talend.com)
Conventions
Please look at our CONTRIBUTING first.
Please read our style guidelines first.
Supported browsers
Thanks to BrowserStack for providing real browser testing infrastructure.
List of sagas
maybePenging
Description
This saga will trigger a state change after 400ms that consists in adding the component in an up-to-date pending list. Based on that, any cmf-expression will be evaluated and pure component will be re-rendered.
Signature
First argument is about identifying your context: parent entity id or page id or any other way to provide a context id in a unique way.
Second argument is the identifier of the action or component.
=> Following this nomenclature, you will be able to get unique identifier through all your app and sibling entities.
npm scripts
- npm run prepublish -> build the sources into the lib folder
- npm test -> to execute unit test
- npm run lint -> check the code style
- npm run watch -> watch the source to trigger a build
LICENSE
Copyright (c) 2006-2017 Talend
Licensed under the Apache V2 License