- Learn React with TypeScript 3
- Carl Rippon
- 143字
- 2021-06-10 19:16:29
Preface
React was built by Facebook in order to provide more structure to their code base and allow it to scale much better. React worked so well for Facebook that they eventually open sourced it. Today, React is one of the most popular JavaScript libraries for building frontends. It allows us to build small, isolated, and highly reusable components that can be composed together in order to create complex frontends.
TypeScript was built by Microsoft to help developers more easily build large frontend applications. It is a superset of JavaScript, bringing a rich type system to it. This type system helps developers to catch bugs early and allows tools to be created to robustly navigate and refactor code.
This book will teach you how you can use both of these technologies to create large sophisticated frontends efficiently that are easy to maintain.
- 解構產品經理:互聯網產品策劃入門寶典
- Java范例大全
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Oracle 18c 必須掌握的新特性:管理與實戰
- 數據結構習題解析與實驗指導
- 持續輕量級Java EE開發:編寫可測試的代碼
- Struts 2.x權威指南
- Python+Office:輕松實現Python辦公自動化
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Visual Basic程序設計實驗指導及考試指南
- Java 9 with JShell
- Android嵌入式系統程序開發(基于Cortex-A8)
- Raspberry Pi Blueprints
- TypeScript全棧開發
- Software Architecture with Python