Skip to content

moaazsidat/react-fundamentals

 
 

Repository files navigation

React Fundamentals

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.

Getting started

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.

License

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]

About

React Fundamentals workshop based on material from React Training https://reacttraining.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • CSS 1.6%