Blitz.js & the Future of Fullstack - Brandon Bayer aka @flybayer at

Поділитися
Вставка
  • Опубліковано 25 сер 2024
  • Get next edition's tickets info here: www.react-euro...
    Follow Brandon here / flybayer
    Fullstack Javascript is too hard. There’s too many choices. Too much complexity. So we created Blitz, a new Rails-like framework for fullstack React apps. It builds on Next.js and adds a new invisible data layer that removes the need to build your own API. It also brings conventions and development tooling like code scaffolding and an integrated code REPL.

КОМЕНТАРІ • 11

  • @flvyu
    @flvyu 3 роки тому

    This is looking great, can’t wait to try it

  • @Yassinebridii
    @Yassinebridii 4 роки тому +2

    I have seen redwoodjs, but this is looking real good too.
    looking forward for v1.

  • @PaulSebastianM
    @PaulSebastianM 4 роки тому

    Forget the auto-generated HTTP API client. The REPL/console is the best feature here!

  • @Holochovnik
    @Holochovnik 4 роки тому +2

    Looks nice, but i would be afraid about another magic layer between my code and application. So if something go wrong will be really hard to debug that.

    • @flybayer_official
      @flybayer_official 4 роки тому +2

      It's a very thin "magic" layer and it'll be fully documented. So it won't be magic and there's extremely little that can go wrong :)

    • @alfieqashwa5257
      @alfieqashwa5257 4 роки тому

      @@flybayer_official do blitz has authentication like next-auth? and or the authorization also?

  • @md.fazlulkarim8847
    @md.fazlulkarim8847 4 роки тому +1

    Nice intro. My opinion is ... Blitz should try to be the next WordPress for no code people. Not Drupal. It seems they are trying to be both. I will definitely try this. Kudos.

    • @goodbrainwork
      @goodbrainwork 3 роки тому +1

      wordpress and drupal are cms, blitz is a framework, they are different beasts.

  • @theuniverse685
    @theuniverse685 4 роки тому

    Maybe this is good to create an MVP... release something on the market really fast, but I dont feel confortable in keeping using something like that. Btw, really cool framework

    • @PaulSebastianM
      @PaulSebastianM 4 роки тому

      You mean the data fetching? Doesn't seem like it forces you to use `useQuery` and if it's anything like what Redwoodjs seems to be like, the backend and frontend is separately deployable and scalable and both projects seem to have AWS Lambda support.

    • @flvyu
      @flvyu 3 роки тому

      The Universe how come?