Build comments section with Next.js and Supabase
What will we learn?
Let's create/read our comments, with Supabase node client.
Totals
Posts Uploaded
3
Minutes to Read
32
Tags
Web, NextJS, Supabase, SWR
Posts
Build comments section with Next.js and Supabase - Part 2. Create/Read comments
Web
NextJS
Supabase
Published at: 2022-01-22
Let's create/read our comments, with Supabase node client.
Build comments section with Next.js and Supabase - Part 3. Update, Delete and Reply
Web
NextJS
Supabase
Published at: 2022-01-26
We'll learn how to update and delete comments, and reply to other comments.
Build comments section with Next.js and Supabase - Part 4. Reload-less Data Fetching
Web
NextJS
Supabase
SWR
Published at: 2022-02-06
We'll learn how to show modified comments without reloading using SWR library.