react-resource-router icon indicating copy to clipboard operation
react-resource-router copied to clipboard

Configuration driven routing solution for React SPAs that manages route matching, data fetching and progressive rendering

Results 43 react-resource-router issues
Sort by recently updated
recently updated
newest added

Current split between `Router`, `MemoryRouter` and `UniversalRouter` is causing issue are features are not supported across the board and we increase even more the chances of misalignment. We should kill...

bug
enhancement

Fixing the flowtype for withRouter to remove implicit any, which fixes props not being checked on HOC. https://github.com/flow-typed/flow-typed/blob/master/definitions/npm/react-router-dom_v5.x.x/flow_v0.98.x-v0.103.x/react-router-dom_v5.x.x.js#L155

Last version is 6.x while we are still in 1.7

enhancement

By dropping support for IE11, we can not update to latest `history` and probably use native `URL` to parse paths and manipulate query strings.

enhancement

Hi, I have been playing around with the latest router version, it seemed like when this router is running in Node.js environment without document supplied, it will try to access...

Per [this todo](https://github.com/atlassian-labs/react-resource-router/blob/5d2436f212868d9f2c72459f33a6de1b6d3e5d4d/src/controllers/resource-store/utils/serialize-error/index.ts#L3) shouldn't the code taken from `sindresorhus/serialize-error` be externalised as a dependency.

enhancement

I’ve _just_ started using this on a project and have a situation where I want to `refresh` the data after a change. At the moment it seems like there’s no...

enhancement
question

As I understand resourceContext might be used to fed `getKey`/`getData` with extra props, not reflected in the `query`. However the updates to it are ignored, and context is never updated....

bug

Do these resources go in-flight when the route transitions, but parallel to fetching async code? Definitely keen to try this out!

question

Doing this will give us some level of separation of concerns between the two stores. Currently inside of `bootstrapStore` we imperatively get the resource store, but we would not need...