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

Commit ddf974b

Browse files
committed
updated react
1 parent 62f8bc7 commit ddf974b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#React (15.4.0) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript)
1+
#React (15.4.2) example using ES2015 [![Build Status](https://travis-ci.org/code0wl/react-example-modern-javascript.svg?branch=master)](https://travis-ci.org/code0wl/react-example-modern-javascript)
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

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-example-2015",
2+
"name": "modern-javascript-react",
33
"version": "1.0.0",
44
"description": "React es15 in best practice style.",
55
"main": "webpack.config.js",
@@ -39,8 +39,8 @@
3939
},
4040
"homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme",
4141
"dependencies": {
42-
"react": "^15.4.0",
43-
"react-dom": "^15.4.0",
42+
"react": "15.4.2",
43+
"react-dom": "15.4.2",
4444
"tapable": "^0.2.4"
4545
}
4646
}

0 commit comments

Comments
 (0)