mauriciomutte / state-management-playground

:books: Creating a Next auth app with one page route

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Management playground

The challenge here is handle with the states of an authentication application. This project shows different ways to handle component rendering change by state.

Structure

Path Description
/pages Our pages router where each page is a different example.
/components Common components to help illustrate the examples.
/utils Useful functions for the different examples.
/styles With just a global.css with Tailwind imports.

Getting started

Clone the project and run:

yarn
yarn dev

About

:books: Creating a Next auth app with one page route

License:MIT License


Languages

Language:TypeScript 89.5%Language:JavaScript 7.7%Language:CSS 1.9%Language:Shell 0.9%