- 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性能之巔:從架構(gòu)設(shè)計(jì)解讀性能之謎
- Apache ZooKeeper Essentials
- R語(yǔ)言數(shù)據(jù)分析從入門到精通
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- Machine Learning with R Cookbook(Second Edition)
- 數(shù)據(jù)結(jié)構(gòu)簡(jiǎn)明教程(第2版)微課版
- 面向?qū)ο蟪绦蛟O(shè)計(jì)(Java版)
- Amazon S3 Cookbook
- Java 11 Cookbook
- Visual C#.NET程序設(shè)計(jì)
- Learning Raspbian
- 執(zhí)劍而舞:用代碼創(chuàng)作藝術(shù)
- Babylon.js Essentials
- 搞定J2EE:Struts+Spring+Hibernate整合詳解與典型案例
- Instant PHP Web Scraping