- Create React App 2 Quick Start Guide
- Brandon Richey
- 173字
- 2021-07-02 12:53:22
Preface
Create React App is, in my mind, the ultimate example of a proper bootstrapping tool. Instead of the multiple hours of tedium getting everything tweaked and configured to be just right and hoping that you haven't missed anything along the way, you are instead given a tool and a project that is built and ready to go from the first minute you want to start embarking on your project. Now, the start up time to get moving on a project that is fully-featured goes from hours, or maybe even days, to minutes, and nothing is stopping you from building the React project of your dreams!
This book is intended for those that want to get intimately familiar with the Create React App tool. We'll cover all of the commands, all of the new additions in version 2, and we'll cover actually building a project from scratch and touching on all of the key concepts along the way to make sure you're able to take advantage of this tool to the absolute fullest!
- 數據科學實戰手冊(R+Python)
- C語言程序設計案例教程
- C++面向對象程序設計(微課版)
- Java加密與解密的藝術(第2版)
- PostgreSQL技術內幕:事務處理深度探索
- Vue.js 3.0源碼解析(微課視頻版)
- Java:Data Science Made Easy
- 深度學習:算法入門與Keras編程實踐
- TypeScript實戰指南
- Android Native Development Kit Cookbook
- 從0到1:Python數據分析
- Mastering OAuth 2.0
- Microsoft Windows Identity Foundation Cookbook
- Thymeleaf 3完全手冊
- C語言進階:重點、難點與疑點解析