a man giving a conference talk, behind him is a slide showing the following react javascript code: function Bookmark({ slug }) { return ( <button formAction={async () => { "use server"; await sql`INSERT INTO Bookmarks (slug) VALUES (${slug});`; }} > <BookmarkIcon /> </button> ); }
https://hails.org/system/media_attachments/files/111/311/008/618/230/567/original/122f94a8421433dc.png