Next.js Discord

Discord Forum

What resource do you suggest for Next.js best practices?

Answered
Rhinelander posted this in #help-forum
Open in Discord
RhinelanderOP
I am trying to write "cleaner code" make my apps more performant and readable. Any good resource suggestions?
Answered by B33fb0n3
I like to watch how others do specific parts of apps. Like that I learn new stuff and get a different view of specific topics. You will know if it's good or bad code, when you look at it
View full answer

6 Replies

@Rhinelander I am trying to write "cleaner code" make my apps more performant and readable. Any good resource suggestions?
I like to watch how others do specific parts of apps. Like that I learn new stuff and get a different view of specific topics. You will know if it's good or bad code, when you look at it
Answer
RhinelanderOP
Interesting! Do you just check others people code on github or do you watch youtube to see how its done
@Rhinelander Interesting! Do you just check others people code on github or do you watch youtube to see how its done
I more like to watch github stuff and also projects from #nextjs-showcase or #community-content . If I would watch a youtube video for each project, I need to first find the part that is interesting for me and then hope, that the person does not skip to much though it. Or if he write the part itself without just showcasing it, it takes even longer to know how and why the person does specific things
RhinelanderOP
Yeah thats true.
@joulev