- Learn React with TypeScript 3
- Carl Rippon
- 99字
- 2021-06-10 19:16:44
Project references
TypeScript 3 allows TypeScript projects to depend on other TypeScript projects by allowing tsconfig.json to reference other tsconfig.json files.
This makes it easier to split our code up into smaller projects. Our frontend code might be in TypeScript, in addition to having our backend in TypeScript. With TypeScript 3, we can have a frontend TypeScript project, a backend TypeScript project, and a shared TypeScript project that contains code that is used in both the frontend and backend. Splitting our code up into smaller projects can also can give us faster builds, because they can work incrementally.
推薦閱讀
- Instant Testing with CasperJS
- AngularJS入門與進階
- Mastering Entity Framework Core 2.0
- 微服務與事件驅動架構
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- Java EE框架整合開發(fā)入門到實戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- HTML5 and CSS3 Transition,Transformation,and Animation
- NetBeans IDE 8 Cookbook
- Java Web開發(fā)就該這樣學
- Spring Boot+MVC實戰(zhàn)指南
- GitHub入門與實踐
- Vue.js 3應用開發(fā)與核心源碼解析
- PHP項目開發(fā)全程實錄(第4版)
- Sitecore Cookbook for Developers
- Getting Started with JUCE