How to Build a Developer Blog using Next JS 13 and Contentlayer - Part three

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

    A developer blog using React, TypeScript, Next JS 13, and Tailwind CSS

  • https://github.com/donnabrown77/developer-blog/blob/main/components/Fork.tsx components/Star.tsx which draws a star. https://github.com/donnabrown77/developer-blog/blob/main/components/Star.tsx

  • next-themes

    Perfect Next.js dark mode in 2 lines of code. Support System preference and any other theme with no flashing

  • "use client"; import React from "react"; import { ThemeProvider as NextThemesProvider } from "next-themes"; import { ThemeProviderProps } from "next-themes/dist/types"; // https://github.com/pacocoursey/next-themes/issues/152#issuecomment-1364280564 // needs to be called NextThemesProvider not ThemesProvider // not sure why export function Providers(props: ThemeProviderProps) { return ; }

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

  • Step-By-Step Guide to Adding Dark Mode and Multiple Themes to Your Next.js App

    2 projects | dev.to | 20 Dec 2022
  • NextJs Portfolio

    1 project | /r/nextjs | 2 Dec 2022
  • How to avoid UI flickering with darkmode ?

    1 project | /r/nextjs | 29 Sep 2022
  • No-brainer Dark Mode for Next.js

    1 project | dev.to | 18 Sep 2022
  • Using CSS variables with TailwindCSS

    2 projects | dev.to | 13 Nov 2021