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

Asynchronously resolve data for your components, with support for server side rendering.

Results 12 react-jobs issues
Sort by recently updated
recently updated
newest added

As explained on #29 the Error component wasn't being rendered on the server side. This PR fixes it.

hello, Due to `typeof null === 'object` the isPromise test is crashing when passing `null` Here a demo: https://codesandbox.io/s/3vyq17zy35 This PR fix that

Currently react-jobs (which is awesome btw - thank you very much!) can either work on the server or the client. Sometimes I find myself needing both! Would it possible to...

Hi @ctrlplusb! Firstly, thanks as always for putting out these super useful libraries. For my usecase, I am using it with Redux and a common usecase for that is to...

Have you tried googling "react-jobs" to try find documentation? It is impossible. Google only surfaces react jobs listings.

Hi @ctrlplusb, As I was using this library, I ended up making another modificaiton that I thought I'd bring up here incase you think it is helpful to include in...

enhancement

Hello, I don't know if this is the normal behavior, but every time shouldWorkAgain is called, the constructor of the component is invoked, thus is construct the component again every...

bug
unconfirmed

Hey again @ctrlplusb, I was wondering if you think there should be a way for a job to run only once on the server (and not again on the client)....

bug

On my dummy project I'm trying to render the not found page if an error occurs, and it works on the client side (rendering the LoadingComponent first, as I expect)....

Hey! really appreciate to your hard work. I met a problem with a withJobbed component when got a new work while the component already proceeding a job scenario is like...

enhancement