Next.js Discord

Discord Forum

someone to review my initial directory api, data, services structure

Unanswered
Swedish White Elkhound posted this in #help-forum
Open in Discord
Swedish White ElkhoundOP
Hi, looking for someone to quicky check my github structure of my project interacting with supabase so i know i have a solid foundation to start building before it build too much and realize if made a mess with my directory structure

1 Reply

@Swedish White Elkhound Hi, looking for someone to quicky check my github structure of my project interacting with supabase so i know i have a solid foundation to start building before it build too much and realize if made a mess with my directory structure
you never sent the github link here so i don't know how clean it is, but

you will make a mess. especially beginners, but even people familiar with nextjs will still keep making a mess just because the app is an ever changing entity and you can't predict what it will look like 1 year down the road.

the important thing to remember is that despite that, fixing that mess won't be too difficult. i mean, you just need to move files around, adjust import paths. what else?

just don't be scared from making mistakes; making mistakes and fixing them is also how you gain experience too.