This repo contains the material for a React Fundamentals workshop. The material is based on React Training's react-subjects.
Before attending the workshop, please make sure you can run this repo.
Make sure you have installed git and the latest stable version of node.
Then:
$ git clone https://github.com/moaazsidat/react-fundamentals.git
$ cd react-fundamentals
$ npm install
$ npm start
Note: you may use yarn instead of npm
Then open your browser to http://localhost:8080. You should see a list of topics.
IMPORTANT: Please read the JavaScript Primer before attending the workshop. It's a refresher on some of the newer bits of JavaScript you'll want to be familiar with in order to get the most out of the experience.
This material is available for private, non-commercial use under the GPL version 3. If you would like to use this material to conduct your own workshop, please contact React Training at [email protected]