
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
react-fetch-router
Advanced tools
Routing library for React. Works with JSON AJAX responses (native fetch object). The router uses page types (derived from the response), rather than URL paths.
Routing library for React. Works with JSON AJAX responses (native fetch object). The router uses page types (derived from the response), rather than URL paths.
Install with npm:
$ npm i --save react-fetch-router
For the client side, use polyfills for fetch and Promise:
import 'react-fetch-router/polyfills';
| Component | Description |
|---|---|
<Router/> | The common low-level interface for all router components. |
<Route/> | Basic component for render some UI when a request page type matches the route page type path. |
<RouteDefault/> | The default component for render some UI when the type of the request page does not correspond to any of the above components of the <Route/>. |
<Link/> | Provides declarative, accessible navigation around your application. |
<Form/> | Submitting form data to your application. |
RouterContext | Global context. See the React Context documentation. |
constants | Library constants for types and queries. |
query | A wrapper for the native fetch object. |
createReduxReducer | Integration with the redux library. Creates a new reducer. As arguments, the function accepts current store object, context, and hook function for redirection. |
createRouterAction | Create custom router action. |
createClientContext(options = {}) | Creates a value for the client side of RouterContext object. |
createServerContext(options = {}) | Creates a value for the server side of RouterContext object. |
Documentation and full description will appear later. Coming soon... Maybe :)
FAQs
Routing library for React. Works with JSON AJAX responses (native fetch object). The router uses page types (derived from the response), rather than URL paths.
The npm package react-fetch-router receives a total of 1 weekly downloads. As such, react-fetch-router popularity was classified as not popular.
We found that react-fetch-router demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.