react-hooks
Essential set of React Hooks for convenient Web API consumption and state management.
File Explorer
Download Latest Version (.zip)- bug-report.md
- feature-request.md
- question.md
- pull-request-template.md
- extensions.json
- settings.json
- index.ts
- useChanging.test.ts
- useChanging.ts
- usePrevious.test.ts
- usePrevious.ts
- useTimeline.test.ts
- useTimeline.ts
- useToggle.test.ts
- useToggle.ts
- useUndoable.test.ts
- useUndoable.ts
- utils.ts
- .eslintrc.js
- CHANGELOG.md
- documentation.yml
- package.json
- README.md
- tsconfig.json
- NetworkInformation.bundled.ts
- NetworkInformation.d.ts
- VisualViewport.d.ts
- index.ts
- ssr.test.tsx
- types.ts
- useColorSchemePreference.ts
- useDeviceMotion.test.ts
- useDeviceMotion.ts
- useDeviceOrientation.test.ts
- useDeviceOrientation.ts
- useDocumentReadiness.test.ts
- useDocumentReadiness.ts
- useDocumentVisibility.test.ts
- useDocumentVisibility.ts
- useEventListener.ts
- useFocus.ts
- useGeolocation.ts
- useHover.ts
- useInterval.test.ts
- useInterval.ts
- useLanguagePreferences.test.ts
- useLanguagePreferences.ts
- useLocalStorage.ts
- useMedia.test.ts
- useMedia.ts
- useMotionPreference.ts
- useMouseCoords.test.ts
- useMouseCoords.ts
- useNetworkAvailability.test.ts
- useNetworkAvailability.ts
- useNetworkInformation.ts
- useSessionStorage.ts
- useSize.ts
- useStorage.ts
- useViewportScale.ts
- useViewportScrollCoords.ts
- useViewportSize.ts
- useWindowScrollCoords.test.ts
- useWindowScrollCoords.ts
- useWindowSize.test.ts
- useWindowSize.ts
- utils.ts
- .eslintrc.js
- CHANGELOG.md
- documentation.yml
- package.json
- README.md
- tsconfig.json
- .all-contributorsrc
- .editorconfig
- .eslintrc.json
- .gitattributes
- .gitignore
- .prettierrc.json
- .travis.yml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- jest.config.js
- lerna.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/kripod/react-hooks
Downloads the entire project code from GitHub to your computer.
cd react-hooks
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
