Building an email client with the Next.js App Router & Postgres

Описание к видео Building an email client with the Next.js App Router & Postgres

This is a simple email client built with Next.js and Postgres. It's built to show off some of the features of the App Router, which enable you to build products that:

◆ Navigate between routes in a column layout while maintaining scroll position (layouts support)
◆ Submit forms without JavaScript enabled (progressive enhancement)
◆ Navigate between routes extremely fast (prefetching and caching)
◆ Retain your position in the UI on reload (URL state)

View the code: https://github.com/leerob/nextjs-post...

Комментарии

Информация по комментариям в разработке