I PROMISE I LOVE UNCLE BOB ALSO, SERIOUSLY AINT NOTHING WRONG PUTTING MY SERVER ONLY STUFF IN APP FOLDER IF IM USING SERVER COMPONENTS
@robertm493426 күн бұрын
I'm rocking src folder till I die
@rasmic26 күн бұрын
shame
@delano68925 күн бұрын
Hey man, I stumbled upon your content and just wanted to say thank you. I really appreciate how concise yet super informative it is-practical and genuinely helpful. Keep up the great work!
@rasmic24 күн бұрын
I appreciate the kind words my man
@MM-2425 күн бұрын
Well laid out and concise argument. Thank you for being smooth and consice, great points
@falasefemi334426 күн бұрын
Nice camera much clearer. I love it 😀
@rasmic26 күн бұрын
Shoutout to my lil bro for buying it for me for Christmas !!
@georgi_my17 күн бұрын
The actual hatred you've got to have for src folder to talk to Next so they can remove it😭
@JoRyGu25 күн бұрын
The reason why you're wrong about this is that typing import x from './(server)/whatever' looks disgusting and we can't have those nasty parentheses in our import statements. But seriously, you do you man, I don't really like this but you've made a solid argument for it, so keep it up if it works for you.
@terrycarson22 күн бұрын
Great Info my friend
@rasmic22 күн бұрын
Thanks for watching g!
@pervoj21 күн бұрын
Do you have more info about the deprecation of the src/ folder? What are the reasons?
@userj-s200026 күн бұрын
Lol at the page router shot, these next devs are prob the best
@rasmic26 күн бұрын
no cap
@andrewii2325 күн бұрын
Theme name?
@lincolnpires15 күн бұрын
Hit the like just because of the 2:00-2:15 clip.
@WebDevEducation26 күн бұрын
completely agree with the src dir 😂
@Fuzbo_23 күн бұрын
Don’t you need to import “server only”? “server only” is a package not a bundled directive unlike “use client” and “use server”
@VincentFulco26 күн бұрын
next.js 20 jumping from 15? what do you know that we don't? LOL.
@kazmi40125 күн бұрын
this is a good folder structure for a todo app. coz no one build an industry level project with just next.js.
@michaelfrieze26 күн бұрын
To make a file server only, don't you have to include the import? Like: import "server-only"
@michaelfrieze26 күн бұрын
WebDevSimplified made a video on my favorite folder structure. It's a feature based folder structure. CodeWithAntonio also uses it in his projects.
@rasmic26 күн бұрын
just "server-only" works too
@michaelfrieze26 күн бұрын
@@rasmic thanks, I had no idea. I searched "server-only" in the Next docs and all of the examples use import.