How I built a Serverless Micro-Blogging Site Using Next.js and Fauna
Authored in connection with the Write With Fauna program.
Table of Contents
Authentication
Setting up Fauna in Next.js
Installing Fauna
Setting up Migrations Tool
Authentication and Authorization in Fauna
Next.js Serverless Function Setup for Fa...
blog.bhanuteja.dev14 min read
kailoon
Frontend Developer
Great post, I'm new to fauna.
Question: The way you handle likes, wound't it creates too many documents? Or, can I record the likes with a counter number and store under updates or goals?