Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 449 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 449 Bytes

golden-layout-react-redux

Minimal example showing how to link redux state to react components embedded within golden-layout.

Run npm install, then npm run dev and point your browser to localhost:8080 to run the example.

The example consists of three golden-layout tabs, each with a single React component. There are two buttons and one label which displays a count stored in the Redux state. The buttons increment or decrement this count.