#nextjs
Read more stories on Hashnode
Articles with this tag
Here's how to make a useLocalStorage() hook in React, so you can keep state saved in the browser's local storage: import { useState } from...
The useWindowSize hook helps you track the size of the browser window. Here's how to set it up: import { useState, useEffect } from 'react'; const...
To build a Recurring Deposit (RD) Calculator web app with Next.js for the front end and Express.js for the back end, you can follow these...
To build a Fixed Deposit (FD) calculator with Next.js for the front end and Express.js for the back end, you can use steps similar to those in the...
To make a Public Provident Fund (PPF) calculator with Next.js for the front end and Express.js for the back end, follow these steps: Frontend...
To build a Sukanya Samriddhi Yojana (SSY) calculator using Next.js for the front end and Express.js for the back end, follow these steps: Frontend...