Skip to content

Commit

Permalink
Fix typos (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas Kumar authored and kay-is committed Jun 27, 2018
1 parent dda6748 commit 1dfb28b
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 17 deletions.
File renamed without changes.
51 changes: 34 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,36 +6,53 @@ Everything runs in the browser without a manual pre-compilation.

## 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)
[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)

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

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

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

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

[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 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 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 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 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 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 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 11 - Lifecycle Methods](https://github.com/kay-is/react-from-zero/blob/master/11-lifecycle-methods.html) -
[Preview](https://cdn.rawgit.com/kay-is/react-from-zero/62dc2789/11-lifecycle-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 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 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 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 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)
[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 1dfb28b

Please sign in to comment.