Chapter 6. Building a Blog with React
Hey! Good work making it to the last section of the book, where you are going to learn Facebook's React library. Before we start with this chapter, let's take a look at your journey through the book:
- You first built a simple ToDo list app using the JavaScript's ES6 syntax and then created a build script to compile it down to ES5 so that it will be compatible with older browsers.
- Then, you built a Meme Creator while setting up your own automated development environment, learning lots of new concepts and tools along the way.
- Next, you used the development environment and built an Event Registration app in which you built your first reusable JavaScript module for API calls and form validation.
- Then, you utilized the power of JavaScript WebAPIs to build a peer-to-peer video calling app with WebRTC.
- Lastly, you built your own HTML5 custom element that will display a weather widget and can be easily imported and used with other projects.
From a beginner level, you...