Learn about static assets versus custom server deployments.
- [Instructor] Welcome to the fourth and final section…of boosting your React productivity with webpack.…In the previous section we have discussed…a few React-specific topics, as well as webpack…dev server in order to improve your…productivity when creating React applications.…In this section we will talk all about deployments…and how we can use webpack to deploy your applications.…We will provide a good overview of deploying…both static and dynamic sites.…
We'll talk a bit more about the differences…between them and look at the most common platform…you could deploy your React application on with webpack.…First of all we will talk about building our application…and what we need to do to get the app production, ready?…After that we will quickly cover GitHub Pages…and how we can deploy our app to GitHub Pages…very easily, then we will also look at deploying…static application to AWS S3, so we will just…host an app in our bucket and make sure…we have the configuration set up…so that the bucket can serve the files.…
Released
8/3/2018- Setting up Babel
- Loading assets into your project
- Using SCSS in your project
- Cache busting
- Dealing with large JavaScript files in browsers
- Using dev server in your application
- Best practices with webpack dev server
- Getting an app production-ready
- Deployments with AWS S3
Share this video
Embed this video
Video: Get an app production-ready