An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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)