Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert to use Server Actions #1011

Closed
leerob opened this issue May 10, 2023 · 4 comments · Fixed by #1050
Closed

Convert to use Server Actions #1011

leerob opened this issue May 10, 2023 · 4 comments · Fixed by #1050

Comments

@leerob
Copy link
Member

leerob commented May 10, 2023

There are few places in this codebase that could utilize Server Actions, including the new support for optimistic UI:

https://nextjs.org/docs/app/building-your-application/data-fetching/server-actions

@leerob
Copy link
Member Author

leerob commented May 10, 2023

@adamlaz
Copy link

adamlaz commented May 24, 2023

@leerob what other places? 😬

@leerob
Copy link
Member Author

leerob commented May 25, 2023

Anywhere in this repo where we're inserting/updating/deleting data through event handlers and API Routes currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants