is there a way to start data fetching before component rendering?
react router runs the
loader before the component. thus making things like redirects easier. is there a way to do this with @solidjs/router?