JSPM

  • Created
  • Published
  • Downloads 60026
  • Score
    100M100P100Q154384F
  • License MIT

Buffetjs react-hooks

Package Exports

  • @buffetjs/hooks

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@buffetjs/hooks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Buffet.js Hooks

Getting Started

Installation

Using yarn

yarn add @buffetjs/hooks
# Install the required dependencies
yarn add react

or npm

npm install @buffetjs/hooks --save
# Install the required dependencies
npm install react --save