Type-Safe React Router v7 Loaders with Effect
I'm looking for a type-safe way of running react router v7 loaders using effect. I already have the "wrapper" working fine, all that I don't get is how use the loader in the frontend and keep the types. If that is not possilbe, I am considering integrating a little Effect API router in an
/api/... catch all route and use Effect platform client, but I don't want to put much time into it if anyone else has already built that