Jacob Ebey
Jacob Ebey
I could get you one later. It's simple though: SSR and suspend. Before suspense boundary resolves, hydrate the parent component and set state.
Here ya go: https://github.com/jacob-ebey/react-suspense-reproduction steps: - clone - `npm i` - `npm start` - load page and click button when boundary is suspended to see message in console
I've gone a different route for my backend API and won't be supporting the typescript-rest-jwt library. If there is interest, I can either add a contributor/transfer the repository so it...
Is this planning on being fixed?
PR's out if you wanted to merge it at some point.

> Could you double-check the highlighted lines? Just went through them and they look good to me.
> Don't know if this is the right approach, as this will be against the `react-hooks/exhaustive-deps` ESLint rule > [facebook/react#14920](https://github.com/facebook/react/issues/14920) This is a valid use of excluding deps and one...
> Just curious, what's this going to do? Remix already serves document requests for SSR so I suppose is another thing All of the data loading / error handling logic...
@LukasCornille I've done an initial pass of a Preact layer here: https://github.com/brophdawg11/remix-routers/pull/19