Build comments section with Next.js and Supabase

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

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

    Let's learn how to make a comments section with Next.js, Supabase and SWR

    The follow-along code can be found here.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    TailwindCSS: CSS library that will make styling super-easy.

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

  • SWR

    React Hooks for Data Fetching

    Finally, we will gonna fix the data fetching part, which right now user needs to reload everytime they modify(create, edit, delete) the comments. By using amazing library called SWR, we will gonna fix this problem and it will take our comment section's user experience into whole another level.

  • supabase

    The open source Firebase alternative.

    Supabase: Trendy BaaS(Backend as a Service) product for PostgreSQL lovers

  • Next.js

    The React Framework

    Next.js: Probably the best production-ready frontend framework in this planet

  • next-auth

    Authentication for the Web.

    Use NextAuth.

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