You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with 8th lesson on refactoring from ES5 to ES6
The eighth lesson goes over how to refactor the React app from
ES5 to ES6.
Update babel-register (server) and babel-loader (webpack) to use
`babel-preset-es2015` to compile ES6 to ES5.
Refactor <Layout> to a class component and <Index> and <About>
to stateless functional components.
YouTube:
- Title: Refactor a React app from ES5 to ES6
- Link: https://www.youtube.com/watch?v=TD8Z3hw_M_o
0 commit comments