0
3
JRJose Romero
Create an ActionFunction
for remix.
Library: remix
Shortcut: remix.actionfunction
import { ActionFunction } from "remix";
export const action = async ({ request }) => {
const formData = await request.formData();
};
0
3
JRJose Romero
Create an ActionFunction
for remix.
Library: remix
Shortcut: remix.actionfunction
import { ActionFunction } from "remix";
export const action = async ({ request }) => {
const formData = await request.formData();
};