I don't get fresh. why can't I use react without commiting to a server side framework?

This page summarizes the projects mentioned and recommended in the original post on /r/Deno

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • aleph.js

    The Full-stack Framework in Deno.

  • Check aleph if you want to use react with deno. But I'd suggest sticking with Node.js and Vite as you'll get less surprises.

  • ultra

    Zero-Legacy Deno/React Suspense SSR Framework

  • Another option is ultra.

  • 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
  • esm.sh

    A fast, smart, & global CDN for modern(es2015+) web development.

  • For the most part they work once aliases have been set up. It's not documented yet but will be hopefully soon. The gist is that two aliases need to be added to the import map: { "react": "[https://esm.sh/preact/compat](https://esm.sh/preact/compat)", "react-dom": "https://esm.sh/preact/compat", "@radix-ui/switch": "https://esm.sh/@radix-ui/[email protected]?external=react,react-dom" } The npm: specifiers unfortunately don't work with that yet, as we don't support aliasing dependencies so far.

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