Repo to handle the React JS talks by MDJSN
This is a dummy boilerplate to be used by the team which includes the basic codebase linking the routes defined along with styled components
Clone the source locally:
$ git clone https://github.com/mdjsn/latest-reactjs
$ cd latest-reactjs
Install required node dependencies
$ yarn
Open in development mode:
$ yarn start
Open in production mode:
$ yarn build && serve -s build
- Fork it (https://github.com/mdjsn/latest-reactjs/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
- Awesome React Talks
- MDJSN references
- Timestamp for react.amsterdam livestream
- React Rally
- Translating React
- 12 Tips for More Accessible React Apps
- Mind Reading with Intelligent & Adaptive UIs
The code in this project is licensed under GNU GPLv3 license.