Create React App 2 Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Building the baseline functionality for our application

Now that we understand the design, we'll want to jump right in to creating the project and getting things built. While the application is not particularly tricky, there's a decent amount of complexity overall and a pretty good amount of code we'll end up having to write. To make things work, we'll separate out our application's concerns and make sure what we're building, even in its limited scope, is still very similar to what you'd build in a real world application!