Remix forms a deeper look
We looked at creating new posts with Remix based on the form actions.
We set up a Remix Form (the notable difference is the capital F), and hooked it into this data with the action function.
export const action = async ({ request }) => {
// Do a ac...
h.daily-dev-tips.com3 min read