Example of how React.js components communicate between each other
- Tutorial: http://react.tips/how-reactjs-components-communicate/
- See it in action: http://fedosejev.github.io/how-react-components-communicate/
Install
npm install
Run
gulp
http-server ./build
- Open
http://localhost:8080
in a web browser.