- 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.
- Unity 2020 By Example
- jQuery Mobile Web Development Essentials(Third Edition)
- 深入理解Bootstrap
- 實(shí)用防銹油配方與制備200例
- Elastic Stack應(yīng)用寶典
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- STM32F0實(shí)戰(zhàn):基于HAL庫(kù)開發(fā)
- MySQL數(shù)據(jù)庫(kù)基礎(chǔ)實(shí)例教程(微課版)
- Mastering Apache Spark 2.x(Second Edition)
- TypeScript項(xiàng)目開發(fā)實(shí)戰(zhàn)
- R Data Analysis Cookbook(Second Edition)
- 從零開始學(xué)C#
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- C++程序設(shè)計(jì)教程