Cloud Coders
  • Home
  • About
  • Contact
Subscribe

NextJs

Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config is needed.
React Hooks - explained
ReactJs

React Hooks - explained

React Hooks were introduced in React 16.8 which allows functional components to have access to state and other features like performing an after effect when a particular condition is met or specific changes occur in the state(s) without having to write class components. In this article, I will
Sep 6, 2022 14 min read
how-to-use-swr-in-next-js-client-side-data-fetching-technique
NextJs

How to use SWR in Next JS - client-side data-fetching technique

You've probably heard about SWR if you've lately worked with client-side data fetching in Next.js. It comes with useSWR, a React hook that simplifies all the difficult things in client-side data fetching (caching, revalidation, attention tracking, and so on).
Apr 19, 2022 10 min read
Create Protected Routes In NextJS and NextAuth
NextJs

Create Protected Routes In NextJS and NextAuth

I'll show you exactly how to create protected routes in your NextJS application using NextAuth.
Dec 6, 2021 2 min read
NextAuth credentials provider with custom backend and login page
NextAuth

How to implement NextAuth credentials provider with external API and login page

In this post, we'll learn how to use NextAuth credentials provider with a custom backend and a custom login page.
Dec 6, 2021 7 min read
Cloud Coders © 2025
  • Privacy