Jack Franklin

Screencast: Creating a React and Webpack Project

Last week at the London JavaScript Community Meetup I did a live coding presentation where I created a React project from scratch and configured Webpack to build my application. I also added hot loading to my development workflow and configured ES2015 and JSX support through Babel, along with building a production Webpack file too.

Today I recorded a screencast of me doing this presentation so you can view even if you weren't able to make it to the meetup. In it I do the following:

A React and Webpack Workflow from The JavaScript Playground on Vimeo.

You can find the repository containing all the code on GitHub. Feel free to fork it or raise an issue if you come across problems.

In future videos I'll cover: