0.0.6 • Published 2 years ago

@shorthandai/react v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

shorthandai

This package provides a Javascript SDK for working with the ShorthandAI in React.

Installation

$ npm install --save @shorthandai/react
$ yarn add @shorthandai/react

Usage

import { useShorthandValue } from '@shorthandai/react'

const { value, loading, error } = useShorthandValue('demo123', {
    token: 'demo',
    lazy: false,
    pollIntervalMS: 0,
})
0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago