We're going to add first-class support for TypeScript and be an even better experience for JavaScript as a result.
Make the project that's created by yarn create redwood-app support TypeScript:
Make the generators TS/ JS aware:
👉See sub-Tracking Issue #523
The api side:
The bridge between api and web:
The web side:
Framework/Packages
Tooling
This tracking issue is no longer maintained, please reference the project board for the latest updates instead:
https://github.com/redwoodjs/redwood/projects/2
We're going to add first-class support for TypeScript and be an even better experience for JavaScript as a result.
Make the project that's created by
yarn create redwood-appsupport TypeScript:*.jsfiles increate-redwood-apprepo to TypeScript.create-redwood-apppackage.tsconfig.jsonfile in a projectMake the generators TS/ JS aware:
👉See sub-Tracking Issue #523
The api side:
.tsfiles via theimportAll.macro(tests!)context, is that a problem in the ts world?.tsfiles.The bridge between api and web:
currentUserreturned fromapi/src/lib/user.tswithgetCurrentUserinuseAuthThe web side:
.ts/ .tsxfiles?Framework/Packages
packages/api/makeMergedSchema/*to TypeScript #563Tooling