-
Notifications
You must be signed in to change notification settings - Fork 226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create next-netlify-starter template implementation on typescript #16
Comments
Hey @nljms! Just want to say thank you for creating this! I am gonna take a look at this later this week and see if there is anything else we might need in there. But just really want to say how much it means to me and the rest of the team you shared this with us! If everything looks good, I hope to connect with our internal team and see how we can share this to other lovely folks who want to start with Typescript. As long as you're okay with that? |
@maxcell just let me know once you've checked it. |
Howdy @nljms! Sorry for being MIA on this! The thing I was considering is would folks like yourself want two separate templates for TypeScript and JavaScript? I think my concern would be having the two staying out of sync of one another. What are your thoughts about that? |
Alternatively I wonder if it would be of folks interest if we defaulted to Typescript and added a way for folks to remove the TypeScript if they wanted? I feel like that's a lot of work too but would make it easier for some peeps! |
could we make it an option during setup? to enable/disable typescript. I agree with OP, Typescript is a must-have for me and would love it to be a bit easier |
@0xkubt What are the changes we'd need to perform to "switch on" TypeScript? I'm thinking:
Do we need to add types to our existing files (e.g. Header or |
comparing the output of It might be easier to just maintain two templates though.
Do the templates change often enough for that to be a large concern? |
Add 'npm install' to Getting Started - Installation Options
out of curiosity is there any update for this? is the best solution to run |
I would like to build apps with typescript and I'm sure others would love it too. I currently have a template from your next-netlify-starter and converted it into typescript. Can you please check it out? :)
The text was updated successfully, but these errors were encountered: