Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/khalil-codes/supatodo

A demo todo app that utilises Supabase for databse and auth, combined with NextJS 14 Server Actions.
https://github.com/khalil-codes/supatodo

Last synced: 27 days ago
JSON representation

A demo todo app that utilises Supabase for databse and auth, combined with NextJS 14 Server Actions.

Awesome Lists containing this project

README

        

## NextJS 14 Server Actions and Supabase + Auth



In this repo is a simple implementation of a minimal todo app, used for demo purposes, Features include:

- Server Actions
- useFormState
- Optimisitc Updates
- Supabase Database
- Supabase Auth
- Auth and oAuth example (GitHub)

### Learning Points

Hopefully, from this project and the video, you can learn:

- NextJS 14 Server Actions (and drawbacks)
- Supabase Auth and Database
- useFormState
- useOptimistic

## YouTube

You can follow along with me as we build this on YouTube. The commits will line up with the YouTube chapters so you can easily see what changed in each section.

[![YouTube video]()](<[https://www.youtube.com/watch?v=YOUTUBE_VIDEO_ID_HERE](https://youtu.be/VIDEO_ID)>)