Part 1 – Full Stack Todos Application with NextJS, Prisma (using SQL Server), and Redux Toolkit (RTK) The purpose of this document series is to describe the steps that are necessary to create a “Todos” application using NextJS, Prisma, and Redux Toolkit...
Next.js – 3 ways for managing entire application state The purpose of this document is to describe three different ways to manage state in a Next.js application. Overview Many modern-day web applications are broken up into a front-end project, which is usually a...