Releases: geekmdtravis/react-hook-ccl
Releases · geekmdtravis/react-hook-ccl
Version 0.5.0
disabled type def and switched to inferred type b/c of limitation in …
Version 0.4.1
Full Changelog: 0.3.2...0.4.1
Version 0.3.2
Full Changelog: 0.2.0...0.3.2
Version 0.2.0
Initial build. It has not been tested yet and was only made available via NPM for easier testing. Use with caution.
Full Changelog: https://github.com/geekmdtravis/react-hook-ccl/commits/0.1.0
Example usage:
const {data, errors, loading} = useCcl<CoolData>('A_FAKE_PRG', ['abc', 123], {
pollInterval
});Version 0.1.0
Initial build. It has not been tested yet and was only made available via NPM for easier testing. Use with caution.
Full Changelog: https://github.com/geekmdtravis/react-hook-ccl/commits/0.1.0
Example usage:
const {data, errors, loading} = useCcl<CoolData>('A_FAKE_PRG', ['abc', 123], {
pollInterval
});