-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Currently the template tool only supports TypeScript.
To support JavaScript, basically here is what you need to do:
- in
scripts/create-next-app.js -> createNextApp(), change to not using--tsflag when creating the NextJS application - we need a separate template folders containing corresponding templates (pages and layouts) that are coded in JavaScript instead (.jsx, .js)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers