How To Setup Your NextJS 15 Codebase | Routes, Components, Data Access Layer etc

How To Setup Your NextJS 15 Codebase | Routes, Components, Data Access Layer etc

Ras Mic

10 дней назад

4,855 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@falasefemi3344
@falasefemi3344 - 17.10.2024 00:31

Always giving top-notch advice 👌

Ответить
@cant_sleeeep
@cant_sleeeep - 17.10.2024 00:33

ras 🎤

Ответить
@cant_sleeeep
@cant_sleeeep - 17.10.2024 00:37

i already love the video. what’s your icon theme?

Ответить
@AdminOne-hj4dt
@AdminOne-hj4dt - 17.10.2024 00:48

Blessed bro Ras

Ответить
@NizzyABI
@NizzyABI - 17.10.2024 01:05

two vids in two days? hell yeah

Ответить
@nomicgaming5730
@nomicgaming5730 - 17.10.2024 01:06

what do you think about using zsa-react for server actions ?

Ответить
@NoahCuz
@NoahCuz - 17.10.2024 02:53

sick vid. a video discussing security & authorization on server actions would be great

Ответить
@tradingwithwill7214
@tradingwithwill7214 - 17.10.2024 03:20

great to see what the greats do! I’m in New Brunswick and I think you might be I saw a 506 area code in one of the videos?

Ответить
@negadan77
@negadan77 - 17.10.2024 04:54

Great educational video, It be cool if you could create a custom system instructions or cusorrules following all your best practices from this video because im seeing now (as a beginner) how ai gets some things wrong when generating code

Ответить
@Hhong_1120
@Hhong_1120 - 17.10.2024 08:07

I'm currently using shadcn with Vite + React on the frontend, and Node.js with Sequelize on the backend. Could you make a video covering this stack? I noticed you’ve done videos on Hono, Supabase, and other tools, but not much on local setups like this. Also, I recently came across Better Auth, a framework-agnostic authentication solution that might be worth exploring. Would love to see some content on it too!

Ответить
@evansmaina9902
@evansmaina9902 - 17.10.2024 09:37

The toast component is a client component, why put it in the server action file while you can put it in the client component invoking the server action by returning the data from server action to the client component invoking the action

Ответить
@cqz89
@cqz89 - 17.10.2024 11:51

app router for double in page size

Ответить
@zizazorro5509
@zizazorro5509 - 17.10.2024 12:34

Very nice, you should really check zod server actions, so clean (zsa)

Ответить
@VincentFulco
@VincentFulco - 17.10.2024 12:43

great walkthrough

Ответить
@dubc3908
@dubc3908 - 17.10.2024 15:54

thanks you , very very helpful

Ответить
@sourmans
@sourmans - 17.10.2024 17:48

what a great hello, Greetings overnerd

Ответить
@codingcode69
@codingcode69 - 17.10.2024 21:07

Giving the next js devs what they value their looking for good shit g 🔥

Ответить
@sergiobenavides2942
@sergiobenavides2942 - 17.10.2024 21:41

I think instead of having a constant for tailwind styles, you can add a custom style inside the tailwind config and use it. Amazing video, thank you!

Ответить
@TabuHana
@TabuHana - 18.10.2024 00:24

Why did you have a tailwind class as a constant, why not just assign it in ur global css?
Also you could do a features folder, thats what I do, taken from laravel devs. Its the same concept as what youre doing with the components inside the pages but you put them in their own dedicated folder along with all the actions related to it.

Ответить
@terrycarson
@terrycarson - 18.10.2024 03:15

So helpful...Thanks

Ответить
@UrielSoto
@UrielSoto - 18.10.2024 07:39

Hey its Uriel from SLM. We used to run your ads back in the day. Crazy I found you on my feed 😮. It's nice to see you got into web development. I've been on the same journey lol. Was using next js a while back and got into php and wp plugin development. Let's connect!

Ответить
@andreasmueller3634
@andreasmueller3634 - 18.10.2024 14:55

Can you make a video about reweb. I think this thing will be the next big thing.

Ответить
@raynellbell2428
@raynellbell2428 - 18.10.2024 15:20

Awesome! Is there a file in the structure that explains all this? The reason I as, is because with Cursor, I can reference that file with the examples and as I expand, it wont go off the reservation. just a thought. if you do decide to do that, let ya boy know where to get that .md file LOL

Ответить
@hermannmoussavou7132
@hermannmoussavou7132 - 18.10.2024 15:50

Thanks for the approach and the clarification to separate server-side calls from client-side rendering for better data security.

Ответить
@mzafarr
@mzafarr - 19.10.2024 04:24

A bit confused about post, update, delete apis can be called in client component, but not the get apis, can you please tell how will that benefit?

Ответить
@stevebendersky2056
@stevebendersky2056 - 20.10.2024 01:59

Can you explain the cache.ts?

Ответить
@aymenbachiri-yh2hd
@aymenbachiri-yh2hd - 20.10.2024 13:03

thank you so much

Ответить
@abdullahiskifoglu
@abdullahiskifoglu - 21.10.2024 20:46

what is the name of the vs code theme ?

Ответить
@dogfrogfog
@dogfrogfog - 25.10.2024 11:25

i like this approach

Ответить
@jsvrs
@jsvrs - 26.10.2024 10:50

i see a lot of unused imports 😢

Ответить