0.0.6 • Published 5 months ago

@shorthandai/react v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

5 months ago

0.0.5

12 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago