Blog

Using Middleware in Next.js for Authentication and Authorization

Next.js middleware enables efficient request handling, authentication, redirects, and caching at the edge, improving performance, security, and user experience.

Upload an Image in Next.js Using Cloudinary for Free!

We are using Cloudinary because it allows us to upload media without requiring credit card details.

How to pass data without using Redux globally using a React component?

The useContext hook lets components access shared data directly from a parent provider, simplifying state management.

Implementation of Web Biometric Authentication on React + Node js (SimpleWebAuthn).

In this article we will implement Biometric Authentication using SimpleWebAuthn on React App & Express with typescript

How to style your react components with styled-components

React components can be styled using tagged template literals with the help of the well-known package styled-components.

How to create your own react hooks.

React hooks may be excellent tools for encapsulating and reusing code in your components.

6 Most important hooks that every React developer should know

React 16.8 introduces the powerful React hooks feature, which enables the use of state and other React capabilities in functional components.

How to use Tailwind with React and create stunning components

In order to quickly style your HTML or React components without creating unique CSS, Tailwind CSS is a utility-first CSS framework that offers a number of pre-defined utility classes.

A beginner's guide to Redux Toolkit Query (RTK Query) and how it can simply data fetching in your React app

if you're a newbie and want to use React with RTK Query, you're interested in integrate RTK Query into your React application to effectively handle data fetching and state management. A data-fetching and caching package called RTK Query is based on Redux Toolkit.