eager loading query with remix
im using remix and I want to use react query for everything instead of loaders because loaders block the navigation. Is there a way I can make the query load faster in initial load? for now it waits until everything hydrated then only then it fetches the data. can I maybe make it run in parralel with js after the html load? is it possible?
0 Replies