- 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.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- R語言數據可視化之美:專業圖表繪制指南
- Scratch 3游戲與人工智能編程完全自學教程
- Mastering Scientific Computing with R
- Responsive Web Design by Example
- Elasticsearch for Hadoop
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Visual Basic程序設計上機實驗教程
- C#開發案例精粹
- Android開發三劍客:UML、模式與測試
- 深入實踐Kotlin元編程
- OpenCV Android開發實戰
- Solr權威指南(下卷)
- Moodle 3.x Developer's Guide
- iOS應用逆向工程:分析與實戰