0
0
JRJose Romero
Load data for a component. Requires to have loader
defined in the component.
Library: remix
Shortcut: remix.useloaderdata
import { useLoaderData } from "remix";
const data = useLoaderData();
0
0
JRJose Romero
Load data for a component. Requires to have loader
defined in the component.
Library: remix
Shortcut: remix.useloaderdata
import { useLoaderData } from "remix";
const data = useLoaderData();