Good work! You have built a Meme Creator that will now convert your images into memes. More importantly, you have a great development environment that will make app development with JavaScript even easier. Let's review the things you have learned in this chapter:
- A short introduction to the flexbox layout system in CSS
- An introduction to JavaScript modules
- Module bundling with Webpack
- Production optimizations to improve performance for users
- Using HTML5 canvas with JavaScript to draw graphics on a website
We learned quite a lot in this chapter. Especially about Webpack. It might seem a little overwhelming, but it is very useful in the long run. In the next chapter, we are going to see how to write modular code and reuse it across the application, which is now possible due to Webpack.