Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@talend/react-sagas

Talend35Apache-2.09.0.3

App wide redux sagas

react, talend, sagas, pending

readme

@talend/react-sagas

A set of generic sagas that are reusable accross the app(http://guidelines.talend.com)

NPM

Travis CI Quality dependencies devdependencies peerdependencies Codacy Badge

Conventions

Please look at our CONTRIBUTING first.

Please read our style guidelines first.

Supported browsers

BrowserStack logo

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

changelog

@talend/react-sagas

9.0.3

Patch Changes

9.0.2

Patch Changes

9.0.1

Patch Changes

9.0.0

Major Changes

  • c3750a1: chore: upgrade dependencies

    Major upgrade for all packages that have a peerDependency on react or react-dom. Those packages now ask for react@18 and react-dom@18.

Patch Changes

8.1.3

Patch Changes

8.1.2

Patch Changes

8.1.1

Patch Changes

8.1.0

Minor Changes

  • 3f9c8a7bb: update babel config to use babel.config.js instead of .babelrc.json add missing deps

Patch Changes

8.0.0

Major Changes

  • 96d688489: React: Upgrade to react 18 and @types/react 18

Patch Changes

7.2.0

Minor Changes

  • ae37dc329: feat: update peerDependencies to accept react-18

Patch Changes

7.1.0

Minor Changes

  • 47b758112: feat(ARCH-482): use React 17 internally and extend react peer dep version

Patch Changes

7.0.1

Patch Changes

  • 275c25ee0: chore(dependencies): auto update for maintenance purpose

    -    "@talend/react-cmf": "^7.0.0"
    +    "@talend/react-cmf": "^7.0.1"

7.0.0

Major Changes

  • 593026b37: Redux major upgrade with saga

Patch Changes

6.36.5

Patch Changes

  • 86f208189: chore: upgrade dependencies and align @talend scoped packages to latest
  • Updated dependencies [86f208189]

6.36.4

Patch Changes

  • 667cd0a50: chore: upgrade dependencies and align @talend scoped packages to latest
  • Updated dependencies [667cd0a50]

6.36.3

Patch Changes

6.36.2

Patch Changes

  • 3e9121287: chore(build): order packages on pre-release hook
  • Updated dependencies [3e9121287]

6.36.1

Patch Changes

  • 0bd4c26f8: Fix pre-release script: remove display=none option
  • Updated dependencies [0bd4c26f8]