Fresh 1.1 – automatic JSX, plugins, DevTools, and more

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
  • fresh

    The next-gen web framework.

  • It's my understanding that GFM is already easy to do, in fact there's an example of using it with Fresh in the fresh repository as it's used for the docs!

    https://github.com/denoland/fresh/blob/main/www/routes/docs/...

    Using MDX is a little trickier as the .mdx file needs to be compiled to a javascript file which is then interpretted. When running Deno yourself this isn't hard as you can use a dynamic import, but if you're planning on using Deno Deploy you'll be out of luck as it doesn't support dynamic imports currently.

    https://github.com/denoland/fresh/issues/640

    Deno Deploy has an open issue asking for support if you want to give it a star. ;)

    https://github.com/denoland/deploy_feedback/issues/1

    As a workaround, you can always setup a watcher and preprocess MDX files before deploying to Deno Deploy, but that seems against the spirit of what Fresh is trying to accomplish by getting rid of preprocessors.

    Let me know if you figure out a way to get MDX on Deno Deploy working without precompile as I'd like to use it myself!

  • deploy_feedback

    For reporting issues with Deno Deploy

  • It's my understanding that GFM is already easy to do, in fact there's an example of using it with Fresh in the fresh repository as it's used for the docs!

    https://github.com/denoland/fresh/blob/main/www/routes/docs/...

    Using MDX is a little trickier as the .mdx file needs to be compiled to a javascript file which is then interpretted. When running Deno yourself this isn't hard as you can use a dynamic import, but if you're planning on using Deno Deploy you'll be out of luck as it doesn't support dynamic imports currently.

    https://github.com/denoland/fresh/issues/640

    Deno Deploy has an open issue asking for support if you want to give it a star. ;)

    https://github.com/denoland/deploy_feedback/issues/1

    As a workaround, you can always setup a watcher and preprocess MDX files before deploying to Deno Deploy, but that seems against the spirit of what Fresh is trying to accomplish by getting rid of preprocessors.

    Let me know if you figure out a way to get MDX on Deno Deploy working without precompile as I'd like to use it myself!

  • 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
  • packup

    πŸ“¦ Zero-config web application packager for Deno

  • It’s a server-side framework that delivers static content - but the static content is rendered just in time rather than ahead of time.

    For ahead of time static sites in Deno, check out Packup https://packup.deno.dev/

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