oddsdk / create-odd-app

A CLI generator for spinning up either React or SvelteKit versions of ODD templates with pre-configured auth flows
7 stars 0 forks source link

Add option to remove TypeScript from the React codebases(WAT, WalletAuth) #2

Open avivash opened 2 years ago

avivash commented 2 years ago

CRA and Next both allow you to generate non-TS versions of their codebases. It would be cool we could do the same. tsc, which was a transpiler that enabled this has been deprecated, but it may be worth investigating other solutions Scratch that, apparently tsc lives within the typescript package now. So i'm going to see if it's useable for this 👀

avivash commented 2 years ago

I've got this published in version 0.0.8 with support for the React codebases. Getting it working for SvelteKit is a bit trickier because I'll need to write a transpiler from scratch, but I'll do that in a follow-up PR 👍🏼

avivash commented 2 years ago

@walkah I'll split this into two different issues and move the React one to the In Production column

avivash commented 2 years ago

new issue for SvelteKit created here https://github.com/webnative-examples/create-webnative-app/issues/4