Open avivash opened 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 👍🏼
@walkah I'll split this into two different issues and move the React one to the In Production
column
new issue for SvelteKit created here https://github.com/webnative-examples/create-webnative-app/issues/4
CRA and Next both allow you to generate non-TS versions of their codebases. It would be cool we could do the same.
Scratch that, apparentlytsc
, which was a transpiler that enabled this has been deprecated, but it may be worth investigating other solutionstsc
lives within thetypescript
package now. So i'm going to see if it's useable for this 👀