Socket
Socket
Sign inDemoInstall

react-use-fetch-factory

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-fetch-factory - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "react-use-fetch-factory",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "files": [

@@ -60,2 +60,7 @@ # react-use-fetch-factory

## What this is not
This hook is just an abstraction for the data selecting and fetching logic you need to build
inside your components. This is not handling the fetching and selecting logic itself. You need
to provide that yourself via selectors and redux middleware with sagas, thunks, etc.
## Motivation & How it works

@@ -62,0 +67,0 @@ Hooks are a great way to make our components leaner. With the release of react-redux 7 we

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc