Webpack/Babel/React webapp (from scratch) with deployment on Heroku – Part II (Babel,React)
0 Comments on Webpack/Babel/React webapp (from scratch) with deployment on Heroku – Part II (Babel,React)
Part I here. Haven't done react before, so headed over to React's getting started. And since I did not use create-react-app, that tutorial on add react in 1 min obviously does not apply.. But it's really not too bad. :) here we go! Add Babel packages to transpile jsx code...