Skip to content
This repository was archived by the owner on Jul 24, 2018. It is now read-only.

Commit ca702ab

Browse files
committed
updated readme
1 parent 491238f commit ca702ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
React (0.14.8) example using es2015 [![Build Status](https://travis-ci.org/code0wl/react-example-es2015.svg?branch=master)](https://travis-ci.org/Ositoozy/react-example-es2015)
1+
React (15.0.1) example using es2015 [![Build Status](https://travis-ci.org/code0wl/react-example-es2015.svg?branch=master)](https://travis-ci.org/Ositoozy/react-example-es2015)
22

33
On the react site there is a demo on how to learn to think with react. This is the same tutorial executed using ES2015 and webpack as a build process. There are some gotcha's transforming your code to ES2015 whilst using React. In this demo there is a solution for these common challenges.
44

55
Follow the original and great tutorial here
66
[Es5 thinking in React](https://facebook.github.io/react/docs/thinking-in-react.html) and check the syntax differences using this project.
7-
[Changelog found here](https://facebook.github.io/react/blog/2016/03/29/react-v0.14.8.htmlgi)
7+
[Changelog found here](https://facebook.github.io/react/blog/2016/04/07/react-v15.html)
88

99
```
1010
npm i

0 commit comments

Comments
 (0)