Additional React + Redux components for building visualizations on top of GoodData platform
To add gooddata-react-redux-components to your project, you need these peer dependencies:
- React
- Redux
- @gooddata/react-components
If you don't have the peer dependencies installed, go to your project directory and run
$ yarn add react redux @gooddata/react-components
With yarn installed, go to your project directory and run
$ yarn add @gooddata/react-redux-components
To develop, you need to run the typescript compiler. By running yarn dev, the typescript compiler will be run in watch mode.
$ cd gooddata-react-redux-components
$ yarn devTo see and validate the react components, you can use Storybook. To run the storybook in development mode, run
$ yarn storybookTo deploy the production version of storybook, run
$ yarn build-storybookTo validate using tslint, run
$ yarn validate$ git checkout master && git pull upstream master --tags
$ npm version patch -m "Release v%s"
$ npm publish
$ git push upstream master --tags
Report bugs and features on our issues page.
Copyright (C) 2017, GoodData(R) Corporation. All rights reserved.
For more information, please see LICENSE