Convert `@redwoodjs/web` to TypeScript
See original GitHub issueThe current package has type definitions contributed by @Burnsy, but we would like to convert the entire package to TypeScript.
- Convert project to transpile TS and JS files. @peterp #1232
- Convert
RedwoodProvider
(in progress #1291) - Convert
FatalErrorBoundary
(in progress #1273) - Convert
createGraphQLClient
- Convert
GraphQLProvider
- Convert
FlashComponent
(in progress #1312) - Convert
src/packages/web/config.js
(in progress #1312) - Remove
allowJs
from tsconfig in web package.
/cc @kimadeline
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:6 (6 by maintainers)
Top Results From Across the Web
TypeScript | RedwoodJS Docs
Converting a JavaScript Project to TypeScript. Started your project in JavaScript but want to switch to TypeScript? Start by using the tsconfig setup...
Read more >TypeScript : RedwoodJS Docs
# Converting an existing JS project to TypeScript. If you already have a Redwood app, but want to configure it for TypeScript, you...
Read more >Quickstart: RedwoodJS - Supabase
Learn how to use Supabase in your RedwoodJS App. ... (This could take a while) 6✓ Convert TypeScript files to JavaScript 7✓ Generating...
Read more >Create a Reddit clone with RedwoodJS - DEV Community
If you want to convert an existing Redwood project to TypeScript, ... see https://redwoodjs.com/docs/environment-variables#web [api] port ...
Read more >Bring Full-Stack to the JAMstack with RedwoodJS
It is a huge leap forward in how developers can write web applications that are easy to write, ... RedwoodJS uses React, GraphQL...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Whoops, we need to open this again, since we need to convert the
Flash
component.TeamTS FTW 🚀