@talend/react-containers

Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.


Keywords
react, talend, containers, bootstrap, bootstrap3-theme, design-system, design-tokens, javascript, lerna, react-components, react-redux, reactjs
License
Apache-2.0
Install
npm install @talend/react-containers@6.19.0

Documentation

UI

That repository was created in an effort to simplify the development of Talend's front-end stack.

Goals

  • Single code repository / Multiple packages
  • Global (cross package) test and review tools
  • Easy cross packages development
  • Share and love open source

The stack

Tools (dev environment)

We have quick access from the root to the following npm scripts:

  • postinstall (trigger build of every package)
  • pre-release (trigger build of UMD of supported package)
  • start (start the playground)
  • test
  • lint

The CI will ensure on each PR that test and lint are OK before you can merge your pull request. It will also provide you a demo so reviewers can play with your change and try to find impact of your PR on other packages.

Versions and breaking changes

The stack is stable and we do our best to not break APIs. To handle versions we rely on changeset. So on each PR you will be able to request a release intent along your changes. It will fill automatically the changelog at release time. Do not forget to commit the file outputed by the changeset CLI.

More

If you want to know more (release, versions, etc ...) please take a look on the wiki