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

https://github.com/moonhighway/react-kickoff

This course is designed to introduce javascript developers to the React Library.
https://github.com/moonhighway/react-kickoff

Last synced: about 1 year ago
JSON representation

This course is designed to introduce javascript developers to the React Library.

Awesome Lists containing this project

README

          

React js Kickoff
================
This course is designed to introduce JavaScript developers to the React Library.

Topics
------
* Introducing React
* Introducing JSX
* Properties
* Challenge : Star Component
* Events, State, Refs
* Challenge : Dot Component
* Nesting Components
* Finishing the Bulletin Board
* Challenge : Star Ratings

What we will Build
----------
* [Bulletin Board](http://output.jsbin.com/nusune/1/quiet)
* [Lab - Dot Click](http://output.jsbin.com/vesayev/1/quiet)
* [Lab - Star Component](http://output.jsbin.com/moyiha/3/quiet)

Properties
----------
* [Samples (1-6)](http://jsbin.com/vumawu/1/edit?js,output)

Challenge : Star Component
----------
* [Instructions - Challenge #1 Single Star](https://github.com/MoonHighway/react-kickoff/tree/master/start-star-rating)

Events, State, Refs
----------
* [Passing State (1-3)](http://jsbin.com/xoqaki/1/edit?js)

Challenge : Dot Component
----------
* [Instructions](https://github.com/MoonHighway/react-kickoff/tree/master/start-dot)

Nesting Components
----------
* [Sample (1-6)](http://jsbin.com/lunoso/1/edit?js,output)

Challenge : Star Ratings
----------
* [Instructions - #2 StarRating](https://github.com/MoonHighway/react-kickoff/tree/master/start-star-rating)