Remix Vite Is Now Stable

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Next.js

    The React Framework

  • What limitations? You mean like not being able to use the full node API in your middleware that's being run by the node server that you control in your own infrastructure?

    And how about that dev rel... no response since August of last year.

    https://github.com/vercel/next.js/discussions/46722

  • console

    Oxide Web Console (by oxidecomputer)

  • SPA mode (what I assume you mean by BFF mode) is brand new, so almost nobody has used it. However, a close example would be the Oxide web console, which we build as an SPA because we want to serve it as static assets from a Rust backend. It's very close to your suggested stack: React + React Router + Tanstack query + zustand, though importantly we also use React Router's loaders to give the app a better-than-SPA feel on navigations. I do plan on moving it to Remix SPA mode when I get a chance, but like I said the result should be very similar so it's not that high a priority for me. If I were starting from scratch I'd probably use Remix SPA.

    Repo: https://github.com/oxidecomputer/console/

    Live demo here with in-browser MSW mock API: https://oxide-console-preview.vercel.app

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • remix-validated-form

    Form component and utils for easy form validation in remix

  • I like using https://www.remix-validated-form.io/, which you would use to get a type safe validated object before doing the submit. And then you could reuse the validator on the backend as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is purging still the hardest problem in computer science?

    1 project | dev.to | 1 May 2024
  • Runtime environmental variables in Next.js 14

    2 projects | dev.to | 25 Apr 2024
  • Ensuring Type Safety in Next.js Routing

    3 projects | dev.to | 20 Apr 2024
  • Styling Your Site with Next.js and MUI: Creating a Dynamic Theme Switcher

    2 projects | dev.to | 18 Apr 2024
  • Mastering Next.js 13/14 - Advanced Techniques

    1 project | dev.to | 18 Apr 2024