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!
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
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
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
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.
two vids in two days? hell yeah
Appreciate the love g
sick vid. a video discussing security & authorization on server actions would be great
Giving the next js devs what they value their looking for good shit g 🔥
Thanks for the approach and the clarification to separate server-side calls from client-side rendering for better data security.
Always giving top-notch advice 👌
Appreciate u g
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!
Blessed bro Ras
Appreciate u bro
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!
great walkthrough
Very nice, you should really check zod server actions, so clean (zsa)
3:25 Tq. Spent some time looking for a notification that i never received.
Looool my bad
i like this approach
i already love the video. what’s your icon theme?
I use seti for the icons
what a great hello, Greetings overnerd
Lol 😂
So helpful...Thanks
Appreciate you my g
thanks you , very very helpful
Happy to help my g
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?
Nah from Toronto my g
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
thank you so much
what do you think about using zsa-react for server actions ?
Haven’t checked it out, but will do
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
Can you explain the cache.ts?
ras 🎤
💪🏾
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?
Can you make a video about reweb. I think this thing will be the next big thing.
what is the name of the vs code theme ?
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
app router for double in page size
@@cqz89 kinda… but better than pages
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.
It was just an example… i don’t actually use it
i see a lot of unused imports 😢