Using localStorage in React and Next.jsWe can't directly access localStorage in React and Next.js. So, for that purpose, here is the custom react hook, that will allow you to access localStorage. import { useEffect, useState } from "react"; export function useLocalStorage<T>(key: string,...Nov 15, 2022·1 min read·181
Next.js with MongoDB - The Complete GuideHello, world Let's learn How to integrate Next.js with MongoDB?. Introduction In this article, we'll learn how to connect MongoDB database with Next.js. And also learn how to perform CRUD(Create, Read, Update, Delete) operations in MongoDB. Before st...Dec 20, 2021·4 min read·1.4K
Stripe Checkout With Next.js - The Complete GuideLearn how to use Stripe Checkout with Next.js. Step by step.Sep 22, 2021·11 min read·772
How I built Hashnode cards?A walkthrough of the decisions I took, challenges faced and technologies I used while building Hashnode cardsSep 9, 2021·7 min read·223
How to get GitHub Notifications in Discord Server?Simple and easy way to receive GitHub Notifications in Discord Server.Sep 6, 2021·3 min read·1.5K
Introducing Hashnode Card: Showcase awesome hashnode achievementsGenerate awesome personalized cards which you can showcase to the community that contains all your awesome achievements on HashnodeSep 4, 2021·2 min read·675
Here's how you can send messages to your phone with Next.js and Twilio ?Do you want to integrate Twilio with Next.js to send text messages? Then you're at the perfect place.Sep 1, 2021·7 min read·3.7K