Monday, 30 January, 2017 UTC


Summary

With the variety of choice we have in building modern web applications using JavaScript, it can make it difficult to understand where to even begin. We live in a wondrous era, where every problem we have seems to have a corresponding javascript module on npm that we can install with just a few keystrokes. It’s easy! Often, “easy” can mean the opposite of simple. Easy is “quick to do”, where simple is “quick to understand”. KISS. In this course you will learn how to build production quality React applications. We will strive to keep things as simple as possible, with minimal dependencies. Instead of typing `npm install`, we will build our own simple solutions first, to get a solid understanding of the problems that we are solving through libraries. We will build our tools in a functional style, and write appropriate unit tests to verify that they work as expected. If you are brand new to React, you’ll want to read the documentation and watch our free React Fundamentals course.