Update README.md

This commit is contained in:
Kay Plößer
2017-08-19 18:41:09 +02:00
committed by GitHub
parent 62dc2789ae
commit 948c52472e

View File

@@ -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)