https://github.com/jesstelford/react-workshop
An at-your-own pace practical workshop for absolute beginners to react
https://github.com/jesstelford/react-workshop
Last synced: about 1 year ago
JSON representation
An at-your-own pace practical workshop for absolute beginners to react
- Host: GitHub
- URL: https://github.com/jesstelford/react-workshop
- Owner: jesstelford
- Created: 2016-07-20T06:40:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T23:48:30.000Z (over 8 years ago)
- Last Synced: 2025-03-27T06:21:53.248Z (about 1 year ago)
- Size: 21.5 KB
- Stars: 250
- Watchers: 4
- Forks: 28
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-github-projects - react-workshop - An at-your-own pace practical workshop for absolute beginners to react ⭐250 (📦 Legacy & Inactive Projects)
README
# React Workshop
A practical workshop for writing React components and some of the fun things you
can do with them.
This is a self-directed workshop. Follow along to the steps at your own pace,
and feel free to ask your instructors questions as you go.
## Prerequisites
* Install the React Dev Tools plugin
* [Chrome](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi)
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/react-devtools/)
* Have a quick look over the [React docs](https://facebook.github.io/react/)
---
Now that you're all set up and ready to go, let's get started on Lesson 1:
[» Lesson 1 - setup](lesson_1.md)
# TOC
* **Home**
* [Lesson 1 - setup](lesson_1.md)
* [Lesson 2 - react](lesson_2.md)
* [Lesson 3 - components](lesson_3.md)
* [Lesson 4 - modules](lesson_4.md)
* [Lesson 5 - jsx](lesson_5.md)
* [Lesson 6 - props](lesson_6.md)
* [Lesson 7 - state](lesson_7.md)
* [Lesson 8 - children](lesson_8.md)
* [Lesson 9 - reusability](lesson_9.md)