home.social

#remixjs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #remixjs, aggregated by home.social.

fetched live
  1. Really love this new direction from #RemixJS! It’s also interesting seeing this, combined with a similar move with #RedwoodSDK, and the increasing push against #react to a simpler, Web API first experience.

    remix.run/blog/wake-up-remix

  2. @alessandro Astro has been a good stepping stone for me to

    Imo astro has its limitations

  3. @darkghosthunter

    + has been a deciding factor for me. NextUI makes the feel of a website instantly more appealing. Remix is NextJS without magic, I can then proxy requests to my backend.

    I no longer need to spend any time getting drop-downs to work properly, etc..

    nextui.org/docs/components/dro

    Collaboration with others is seamless most know or use as well.

  4. This is pretty cool nextjs.org/docs/app/building-y... #RemixJS has reintroduced me to the form way of performing mutations (like was originally intended) i.e sending data from the page to a server.

    There's something really nice about declaring the form / inputs (even hidden ones for data that shouldn't be exposed to users) in JSX and then handling post'd form data in the `action` (which I guess would be "Server Actions" in #NextJS).

  5. Now that I have a lot of time on my hands (#funemployment), I finally gave #RemixJs a go. I’m not a huge fan of #React and that kept me away before. I like to think that browsers have come so far that we should focus on what we get out of the box.

    So it surprised me that the authors seem to agree with that philosophically. It’s the first time I’ve seen “progressive enhancement” used positively in years. I’m liking what I see in the demos.

    I think I’m going to have to do a proper project…

  6. Remix’s first-class handling of forms is making converting a Django app extremely easy. It’ll stay a hybrid (Remix UI talking to Django API) since the Django ORM is light years ahead of Sequelize or Prisma, but now I can more easily add some helpful interface affordances and real time features (namely live 3D Printer status off @octoprint) #Django #RemixJS #3DPrinting

  7. #frontend #remixjs

    Considerando o formato "url first" do Remix, tem como fazer paginação infinita?

    Uma lista com um botão "load more" no final, a página cacheia toda a lista, e appenda com o resultado de uma nova página, isso server-only ou server-centric?