- Create React App 2 Quick Start Guide
- Brandon Richey
- 178字
- 2021-07-02 12:53:26
The project plan
Over the course of this book, we will build an application entirely using Create React App, encompassing a number of common modern React development techniques, methods, and best practices. We will spend time exploring the different libraries that are available and how to best utilize them in our Create React App project and with minimal effort too! We'll build a project that will take advantage of the very best of modern JavaScript development, taking advantage of the latest features of Babel and React. We'll use the most recent syntax changes in JavaScript to their full effect! We will make sure our application is fully tested and bulletproof, keep it beautiful with CSS modules and Syntactically Awesome Style Sheets (SASS), and even simulate the backend server so that we won't even need a separate backend server just to do development!
Finally, we'll explore how to make our application work online or offline through service workers, and then top off our application by getting it production-ready, and making our application minimized, clean, and deployable!
- Developing Mobile Web ArcGIS Applications
- Getting Started with PowerShell
- Java FX應(yīng)用開發(fā)教程
- INSTANT Weka How-to
- Learn WebAssembly
- Java深入解析:透析Java本質(zhì)的36個(gè)話題
- Data Analysis with Stata
- Java:High-Performance Apps with Java 9
- Java EE核心技術(shù)與應(yīng)用
- Unity 2018 Shaders and Effects Cookbook
- 深入理解C指針
- FPGA嵌入式項(xiàng)目開發(fā)實(shí)戰(zhàn)
- Python網(wǎng)絡(luò)爬蟲實(shí)例教程(視頻講解版)
- PHP項(xiàng)目開發(fā)全程實(shí)錄(第4版)
- Design Patterns and Best Practices in Java