Next.js Discord

Discord Forum

Questions about file types

Answered
qwrts posted this in #help-forum
Open in Discord
I'm using Next.js 15 and i selected not to use Typescript
and Next is auto-generated .js file not .jsx

Will everything still works fine even i change to JSX?
because i just don't familiar to just .js

and also, is it okay if i move the font folder to /public instead of /app ?
Answered by Asian black bear
You can just rename the files with the proper extension, that's not a problem.
View full answer

4 Replies

I'm new with NextJS so i don't know if it can potentially breaks anything. i only read and do some exercises from [NextJS's official course](https://nextjs.org/learn)
Asian black bear
You can just rename the files with the proper extension, that's not a problem.
Answer
that’s not a solution…