#Multiple Action Functions
1 messages · Page 1 of 1 (latest)
ok
I'm a bit confused here, is there any context to the ask?
he deleted the question, but I think wanted to have a master route where he could define all actions/loaders
so like
const loader:LoaderFunction = async (request, {route: "/posts"}) => <stuff>
const loader:LoaderFunction = async (request, {route: "/users"}) => <stuff>
At least I think that's what the question was