React Kinda Peaked in 2022...

Поделиться
HTML-код
  • Опубликовано: 29 сен 2024

Комментарии • 31

  • @samuelm2934
    @samuelm2934 4 месяца назад +7

    Bro is getting hired based on how often he had rewritten his projects

  • @devagr
    @devagr 4 месяца назад +15

    lol love seeing your trajectory from t3 -> sveltekit -> RSCs -> t3

    • @bmdavis419
      @bmdavis419  4 месяца назад +2

      Right now its actually 2 stacks: Sveltekit & RSCs + t3
      Using both of them for real stuff, I still kinda (although less and less) prefer SvelteKit, RSCs are just so goated for the AI stuff

    • @kirso
      @kirso 4 месяца назад +1

      @@bmdavis419 why less and less?

    • @bmdavis419
      @bmdavis419  4 месяца назад

      @@kirso Because the AI sdk + RSC is just so fucking cool lol and I do like react components, although I like svelte load functions and stuff so idk
      the actual answer is im using both an will continue to do so

    • @kirso
      @kirso 4 месяца назад

      @@bmdavis419 Makes sense, thanks for the answer! I think AI SDK is also available for Sveltekit? They also have a template but yeah, no server components, is it a large limitation though?

    • @bmdavis419
      @bmdavis419  4 месяца назад +1

      @@kirso Yea its there for Svelte (and I still need to officially try it lol), but the way it works with Next is just sublime, the RSCs make so much sense for the model

  • @jjrise
    @jjrise 4 месяца назад +5

    I’ve literally come full circle back to tRPC too. It’s just so good and checks all the boxes that it’s hard to not use it any more.

  • @developerpranav
    @developerpranav 4 месяца назад +1

    I've preferred trpc over server actions for another big reason - waterfall in server actions because of concurrency limits:
    ruclips.net/video/CDZg3maL9q0/видео.html
    This was a huge deal for my application, and just gave up on server actions after that except for some non crucial things because they are just so easy to setup and use.

  • @scott_itall8638
    @scott_itall8638 4 месяца назад +3

    In waiting for svelte 5, I have learnt Laravel and it’s amazing lol.

  • @yashrajjaiswal9941
    @yashrajjaiswal9941 4 месяца назад +2

    t3 stack and trpc are just amazing ,until you need to setup web sockets 😆 the documentation isn't that great. Has anyone tried it??

    • @bmdavis419
      @bmdavis419  4 месяца назад

      idk if they are even possible in a serverless env, u probably have to make a seperate server (Go would be fire here) or use a service

  • @SR-ti6jj
    @SR-ti6jj 4 месяца назад +4

    t4 stack is still undefeated

  • @justine_chang39
    @justine_chang39 4 месяца назад +2

    yes! tRPC is really good

  • @aurorasofie
    @aurorasofie 4 месяца назад +1

    Hi! What’s your reasoning for picking react query instead of awaiting server-only functions and suspending for loading states?
    You wouldn’t need effects for that.

    • @bmdavis419
      @bmdavis419  4 месяца назад

      This file illustrates it pretty well: github.com/bmdavis419/weights-ai/blob/main/src/components/schedule/ManageSchedule.tsx

  • @jugurtha292
    @jugurtha292 4 месяца назад +2

    Im in a similar situation to you when you swapped from Go/Ts to just Ts. Could you talk about why you found it more appealing to move to fullstack ts instead of fullstack Go.

    • @bmdavis419
      @bmdavis419  4 месяца назад +1

      This vid breaks it down pretty well: ruclips.net/video/vnkyMcw0TZE/видео.html, TLDR: its too much boilerplate for a small team and TS works fine lol

    • @jugurtha292
      @jugurtha292 4 месяца назад

      ​@@bmdavis419 That's the thing, i can't give up react. Shadcn and remix are just too good to give up, But Go has a great lsp, linter, stlib and great packages.
      I think i will try building fullstack projects with both when i have time and see what works for me.

  • @maddada
    @maddada 4 месяца назад +1

    Would love a tutorial about a simple app built using this way. Server actions are still not there from my experience..

    • @bmdavis419
      @bmdavis419  4 месяца назад

      Start here for sure: create.t3.gg/, I'll definitely make an AI SDK tutorial once mine is really publicly launched!

  • @mzerone-g6m
    @mzerone-g6m 4 месяца назад +1

    Next-Safe-Action

  • @nevillebrem
    @nevillebrem 4 месяца назад +1

    glad you're back!

  • @jeffreysmith9837
    @jeffreysmith9837 4 месяца назад

    Htmx is better