react-frontload icon indicating copy to clipboard operation
react-frontload copied to clipboard

Async data loading for React components, on client & server

Results 10 react-frontload issues
Sort by recently updated
recently updated
newest added

Hello, I have a very odd situation going on where a certain page is refetching (re-frontloading) the data after page load, but only on webkit browsers (safari and chrome). Debugging...

Upgrading to v2 and curious about how frontloadMeta.pending works. I have noticed that when nothing is returned from the useFrontload function, there is nothing in the frontloadServerRender.data. And if I'm...

Hello! First of all thank you for this amazing library. We've been using it for a while, since the beginning of the project two-three years ago. Right now we're in...

In v1 version of this library there was a prop to disable SSR. It was very useful to me. Is it possible to add it again or can you suggest...

Hello and thanks for this powerful react-frontload library! I'm wondering how I can implement reload client-side. My use case is the following. I have one high level hook that retrieves...

We use v1 and would remain using it but prefer if we can fix the warning regards using `componentWillMount`. Do you intend to fix or will you accept a PR...

Hi, I think that the ```frontloadMeta``` should return some data about the error and not only ```error: true``` when we do SSR there is a big difrance between HTTP 500...

Can you clarify how server rendered errors are handled? I'm trying to raise an error in the frontload to be handled in the node server render block, but I can't...

How to use this code for API call please help - const frontloadState = createFrontloadState.server({ // inject server impl of api for use in data loading functions. // might make...