Sign in Sign up
npm

@ptolemy2002/react-hook-result

There are two common ways to implement a hook that returns a result: 1. Returning an array and accessing with `[a, b, ...] = useHook()` 2. Returning an object and accessing with `{a, b, ...} = useHook()`

npm View on Npm

Activity

Latest release
1y ago
Total releases
11
Cadence
~daily
Last 12 months
0

Details

License
ISC
First release
Sep 16, 2024
Releases
Version Released
2.2.4 patch
2.2.3 patch
2.2.2 patch
2.2.1 patch
2.2.0 minor
2.1.1 patch
2.1.0 minor
2.0.0 major
1.0.2 patch
1.0.1 patch
1.0.0 initial