You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

create-api-hooks

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-api-hooks

>

0.0.50
latest
npmnpm
Version published
Weekly downloads
56
69.7%
Maintainers
1
Weekly downloads
 
Created
Source

create-api-hooks

NPM JavaScript Style Guide

Install

npm install --save create-api-hooks

or

yarn add create-api-hooks

Usage

import React form 'react'
import createApiHooks from 'create-api-hooks'

const useApi = () => createApiHooks(axios.get('/data'))

const App = () => {
    const {data} = useApi()
    console.log(data)
}

License

MIT © mushan0x0

FAQs

Package last updated on 05 Aug 2022

Did you know?

Socket

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.

Install

Related posts