Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-is committed Aug 19, 2017
1 parent 62dc278 commit 948c524
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,38 @@ A simple (99% ES2015 less) tutorial for React

Everything runs in the browser without a manual pre-compilation.

## Update 28.04.2016
## Lessons

I saw a increase in stars after posting this to HN yesterday, so I decided to write some more lessons.
[Lesson 0 - Object Elements](https://github.com/kay-is/react-from-zero/blob/master/00-object-elements.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/00-object-elements.html)

If anyone has wishes/ideas for lessons, write an issue :)
[Lesson 1 - Element Factory](https://github.com/kay-is/react-from-zero/blob/master/01-element-factory.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/01-element-factory.html)

## Update 24.03.2017
[Lesson 2 - JSX](https://github.com/kay-is/react-from-zero/blob/master/02-jsx.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/02-jsx.html)

Updated React version and cleaned up code.
[Lesson 3 - Nested Elements](https://github.com/kay-is/react-from-zero/blob/master/03-nested-elements.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/03-nested-elements.html)

Changed the ref example to use function refs.
[Lesson 4 - Components](https://github.com/kay-is/react-from-zero/blob/master/04-components.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/04-components.html)

Added extra explanations to setState example.
[Lesson 5 - Properties](https://github.com/kay-is/react-from-zero/blob/master/05-properties.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/05-properties.html)

[Lesson 6 - Property Types](https://github.com/kay-is/react-from-zero/blob/master/06-property-types.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/06-property-types.html)

[Lesson 7 - Property Example](https://github.com/kay-is/react-from-zero/blob/master/07-property-example.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/07-property-example.html)

[Lesson 8 - Nested Components](https://github.com/kay-is/react-from-zero/blob/master/08-nested-components.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/08-nested-components.html)

[Lesson 9 - Component Classes](https://github.com/kay-is/react-from-zero/blob/master/09-component-classes.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/09-component-classes.html)

[Lesson 10 - Example App](https://github.com/kay-is/react-from-zero/blob/master/10-example-app.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/10-example-app.html)

[Lesson 11 - Lifecylce Methods](https://github.com/kay-is/react-from-zero/blob/master/11-lifecylce-methods.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/11-lifecylce-methods.html)

[Lesson 12 - Component refactor](https://github.com/kay-is/react-from-zero/blob/master/12-component-refactor.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/12-component-refactor.html)

[Lesson 13 - Element Refactor](https://github.com/kay-is/react-from-zero/blob/master/13-element-refactor.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/13-element-refactor.html)

[Lesson 14 - References](https://github.com/kay-is/react-from-zero/blob/master/14-references.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/14-references.html)

[Lesson 15 - Simple Integration](https://github.com/kay-is/react-from-zero/blob/master/15-simple-integration.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/15-simple-integration.html)

[Lesson 16 - Advanced Integration](https://github.com/kay-is/react-from-zero/blob/master/16-advanced-integration.html) - [Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/16-advanced-integration.html)

0 comments on commit 948c524

Please sign in to comment.