Next.js + MDX

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
surveyjs.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. ni

    💡 Use the right package manager

    If not, the easiest way to get a Next.js project off the ground is using the create-next-app npm package, which scaffolds an entire project for you. You can execute the package using your favourite Node.js package manager (such as npm, yarn, or pnpm)1. Alternatively, you can also use ni2, which is what I'll use for this guide to avoid confusion. Choose a package manager and you will be good to go.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.

    SurveyJS logo
  3. mdx

    Markdown for the component era

    MDX is a language that builds on the standard Commonmark syntax by adding the capability to use custom components inside your markdown. These components can be React components (mdx-js/react), Vue components (mdx-js/vue), or even Svelte components (MDsveX)

  4. berry

    📦🐈 Active development trunk for Yarn ⚒

    If not, the easiest way to get a Next.js project off the ground is using the create-next-app npm package, which scaffolds an entire project for you. You can execute the package using your favourite Node.js package manager (such as npm, yarn, or pnpm)1. Alternatively, you can also use ni2, which is what I'll use for this guide to avoid confusion. Choose a package manager and you will be good to go.

  5. Next.js

    The React Framework

    @next/mdx, the official MDX plugin for Next.js

  6. consul-template

    Template rendering, notifier, and supervisor for @HashiCorp Consul and Vault data.

    next-mdx-remote, a community package maintained by Hashicorp that allows you to use MDX from outside your project.

  7. next-mdx-remote

    Load MDX content from anywhere

    next-mdx-remote, a community package maintained by Hashicorp that allows you to use MDX from outside your project.

  8. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    MDX is a language that builds on the standard Commonmark syntax by adding the capability to use custom components inside your markdown. These components can be React components (mdx-js/react), Vue components (mdx-js/vue), or even Svelte components (MDsveX)

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. Svelte

    web development for the rest of us

    MDX is a language that builds on the standard Commonmark syntax by adding the capability to use custom components inside your markdown. These components can be React components (mdx-js/react), Vue components (mdx-js/vue), or even Svelte components (MDsveX)

  11. React

    The library for web and native user interfaces.

    MDX is a language that builds on the standard Commonmark syntax by adding the capability to use custom components inside your markdown. These components can be React components (mdx-js/react), Vue components (mdx-js/vue), or even Svelte components (MDsveX)

  12. commonmark-spec

    CommonMark spec, with reference implementations in C and JavaScript

    MDX is a language that builds on the standard Commonmark syntax by adding the capability to use custom components inside your markdown. These components can be React components (mdx-js/react), Vue components (mdx-js/vue), or even Svelte components (MDsveX)

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

  • No CMS? Writing Our Blog in React

    6 projects | news.ycombinator.com | 12 Feb 2024
  • Vue vs React: Which Framework Should You Choose?

    10 projects | /r/u_softwareplanetgroup | 24 Jan 2023
  • How to use feature flags in Inferno.js

    3 projects | dev.to | 23 Dec 2022
  • Vue Element Library on google chrome and other browsers

    2 projects | dev.to | 12 Nov 2022
  • Is VueJS going to survive?

    3 projects | /r/vuejs | 5 Oct 2022

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?