Next.js Discord

Discord Forum

what is import alias and use src?

Unanswered
Golden paper wasp posted this in #help-forum
Open in Discord
Golden paper waspOP
Can i have a very specific explanation that will clarify this to me? i dont really get it, and should i use it or not? Do you recommend it?

3 Replies

import alias is so you can reference imports via standard @/ instead of ../../../
src is a top level directory to organize your code
Golden paper waspOP
do you recommend to use it?
@Golden paper wasp do you recommend to use it?
yes. the create next app defaults are defaults for a reason. everyone uses them