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

Commit b4bca7d

Browse files
committed
react version bump
1 parent aff1174 commit b4bca7d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.7) 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 (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)
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/2015/12/29/react-v0.14.4.html)
7+
[Changelog found here](https://facebook.github.io/react/blog/2016/03/29/react-v0.14.8.htmlgi)
88

99
```
1010
npm i

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"http-server": "^0.8.5",
1616
"indexes-of": "^1.0.1",
1717
"node-libs-browser": "^0.5.2",
18-
"react": "^0.14.7",
19-
"react-dom": "^0.14.7",
18+
"react": "^0.14.8",
19+
"react-dom": "^0.14.8",
2020
"react-hot-loader": "^1.3.0",
2121
"style-loader": "^0.12.3",
2222
"webpack": "^1.12.14",
2323
"webpack-dev-server": "^1.14.1",
2424
"webpack-merge": "^0.1.3"
2525
},
26-
"private": true,
26+
"private": false,
2727
"scripts": {
2828
"build": "webpack",
2929
"start": "webpack-dev-server --devtool eval-source --progress --colors --hot --inline --history-api-fallback"

0 commit comments

Comments
 (0)