Questions about file types
Answered
qwrts posted this in #help-forum
qwrtsOP
I'm using Next.js 15 and i selected not to use Typescript
and Next is auto-generated
Will everything still works fine even i change to JSX?
because i just don't familiar to just
and also, is it okay if i move the font folder to
and Next is auto-generated
.js file not .jsxWill everything still works fine even i change to JSX?
because i just don't familiar to just
.jsand 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.
4 Replies
qwrtsOP
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
@Asian black bear You can just rename the files with the proper extension, that's not a problem.
qwrtsOP
thank you so much. i understand it now
that’s not a solution…