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.
- Host: GitHub
- URL: https://github.com/moonhighway/react-kickoff
- Owner: MoonHighway
- Created: 2015-04-30T23:38:43.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T18:29:56.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T23:28:33.716Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 557 KB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)