We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ryan pulls up the code quite a bit on stream and spends a decent amount of time looking for whatever he wants to show
The text was updated successfully, but these errors were encountered:
Do you have ideas how we could arrange things better? Maybe in the readme have links to different concepts?
Sorry, something went wrong.
const deleteBoard = action(async (boardId: number) => { "use server"; const userId = await getAuthUser(); await db.board.delete({ where: { id: boardId, accountId: userId }, }); }, "delete-board"); <form class="absolute top-2.5 right-2.5" action={deleteBoard.with(board.id)} method="post" > <button aria-label="Delete board" class="btn btn-ghost btn-sm btn-circle" type="submit" > <BsTrash /> </button> </form>
Do you have to use the form submission method?
I can feel a significant lag when jumping through the home page icon and panel items, and I don't know what the reason is.
No branches or pull requests
Ryan pulls up the code quite a bit on stream and spends a decent amount of time looking for whatever he wants to show
The text was updated successfully, but these errors were encountered: