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

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 45

  • @NizzyABI
    @NizzyABI 2 місяці тому +10

    two vids in two days? hell yeah

    • @rasmic
      @rasmic  2 місяці тому +5

      Appreciate the love g

  • @NoahCuz
    @NoahCuz 2 місяці тому +4

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

  • @codingcode69
    @codingcode69 2 місяці тому +1

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

  • @hermannmoussavou7132
    @hermannmoussavou7132 2 місяці тому

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

  • @falasefemi3344
    @falasefemi3344 2 місяці тому +4

    Always giving top-notch advice 👌

    • @rasmic
      @rasmic  2 місяці тому

      Appreciate u g

  • @UrielSoto
    @UrielSoto 2 місяці тому +1

    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!

  • @AdminOne-hj4dt
    @AdminOne-hj4dt 2 місяці тому +2

    Blessed bro Ras

    • @rasmic
      @rasmic  2 місяці тому +1

      Appreciate u bro

  • @sergiobenavides2942
    @sergiobenavides2942 2 місяці тому

    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!

  • @VincentFulco
    @VincentFulco 2 місяці тому +1

    great walkthrough

  • @zizazorro5509
    @zizazorro5509 2 місяці тому +4

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

  • @htk0002
    @htk0002 2 місяці тому +4

    3:25 Tq. Spent some time looking for a notification that i never received.

    • @rasmic
      @rasmic  2 місяці тому

      Looool my bad

  • @dogfrogfog
    @dogfrogfog 2 місяці тому

    i like this approach

  • @cant_sleeeep
    @cant_sleeeep 2 місяці тому +3

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

    • @rasmic
      @rasmic  2 місяці тому

      I use seti for the icons

  • @sourmans
    @sourmans 2 місяці тому +1

    what a great hello, Greetings overnerd

    • @rasmic
      @rasmic  2 місяці тому

      Lol 😂

  • @terrycarson
    @terrycarson 2 місяці тому +1

    So helpful...Thanks

    • @rasmic
      @rasmic  2 місяці тому

      Appreciate you my g

  • @dubc3908
    @dubc3908 2 місяці тому +1

    thanks you , very very helpful

    • @rasmic
      @rasmic  2 місяці тому

      Happy to help my g

  • @tradingwithwill7214
    @tradingwithwill7214 2 місяці тому +1

    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?

    • @rasmic
      @rasmic  2 місяці тому

      Nah from Toronto my g

  • @negadan77
    @negadan77 2 місяці тому

    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

  • @aymenbachiri-yh2hd
    @aymenbachiri-yh2hd 2 місяці тому

    thank you so much

  • @niclas.pandey
    @niclas.pandey 2 місяці тому +2

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

    • @rasmic
      @rasmic  2 місяці тому

      Haven’t checked it out, but will do

  • @raynellbell2428
    @raynellbell2428 2 місяці тому

    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

  • @stevebendersky2056
    @stevebendersky2056 2 місяці тому

    Can you explain the cache.ts?

  • @cant_sleeeep
    @cant_sleeeep 2 місяці тому +2

    ras 🎤

    • @rasmic
      @rasmic  2 місяці тому +1

      💪🏾

  • @mzafarr
    @mzafarr 2 місяці тому

    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?

  • @andreasmueller3634
    @andreasmueller3634 2 місяці тому

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

  • @abdullahiskifoglu
    @abdullahiskifoglu 2 місяці тому

    what is the name of the vs code theme ?

  • @evans_so
    @evans_so 2 місяці тому

    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 2 місяці тому +1

    app router for double in page size

    • @cant_sleeeep
      @cant_sleeeep 2 місяці тому

      @@cqz89 kinda… but better than pages

  • @TabuHana
    @TabuHana 2 місяці тому

    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.

    • @rasmic
      @rasmic  2 місяці тому

      It was just an example… i don’t actually use it

  • @jsvrs
    @jsvrs 2 місяці тому

    i see a lot of unused imports 😢