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

Latest commit

 

History

History
13 lines (9 loc) · 826 Bytes

File metadata and controls

13 lines (9 loc) · 826 Bytes

React (15.6.0) example using ES2015 Build Status

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.

Follow the original and great tutorial here Es5 thinking in React and check the syntax differences using this project. Changelog found here

npm start

Check the app at http://localhost:8080