How to build a blog using Remix and MDX

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

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
  • remix-blog

  • The entire code for this tutorial is present on my GitHub: https://github.com/kira272921/remix-blog

  • concurrently

    Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.

  • Concurrently: Concurrently allows you to run multiple commands in a single terminal, so we can watch and build our tailwindcss styles as well as our entire remix application in a single terminal session

  • 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
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • Hey, folks 👋. Today we are going to build a new blog from starch using Remix, MDX and TailwindCSS

  • react-router

    Declarative routing for React

  • Remix is a full-stack web framework based on web fundamentals and modern UX. It is created by the team of React Router. Remix isn't any brand new framework it had been over for a year but it was a paid framework over then but now the time had been changed and Remix is now free and open-source software 🚀.

  • PrismJS

    Lightweight, robust, elegant syntax highlighting.

  • We are going to be using highlight.js for syntax highlighting, you could even use prism.

  • Next.js

    The React Framework

  • Remix is a React-based framework that allows to you render code on the server-side. Wait for a second 🤔 Doesn't NextJS do the same thing?

  • mdx

    Markdown for the component era

  • Hey, folks 👋. Today we are going to build a new blog from starch using Remix, MDX and TailwindCSS

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

    InfluxDB logo
  • Highlight.js

    JavaScript syntax highlighter with language auto-detection and zero dependencies.

  • We are going to be using highlight.js for syntax highlighting, you could even use prism.

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

  • Create a blog using Next.js and Markdown/MDX

    7 projects | dev.to | 30 Dec 2021
  • A detailed guide on how to implement Server-side Rendering (SSR) in a NextJs Application

    3 projects | dev.to | 29 Mar 2023
  • React core team on the recommended way to build with react

    3 projects | /r/reactjs | 24 Jan 2023
  • NextJS vs. RedwoodJS: Which One is Better

    4 projects | dev.to | 19 Jan 2023
  • Comparing Vue.js and React.js key aspects

    4 projects | dev.to | 13 Jan 2023