Skip to content

A collection of customizable React hooks to accelerate your workflow.

Notifications You must be signed in to change notification settings

ayushmxxn/react-hooks

Repository files navigation

React Hooks Demo

Features

  • Easily customize or extend hooks to suit your needs.
  • Save time and reduce boilerplate code in your React projects.

Usage

  1. Open the command palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Type "React Hooks" and select the command to generate the hooks folder in your current workspace.
  3. Find your hooks in the src/hooks or app/hooks directory, depending on your project structure.

Hooks

List of hooks available:

  • useDebounce: Debounces a value for a specified delay.
  • useThrottle: Throttles a callback function for a specified delay.
  • useFetch: Fetches data from a specified URL.
  • useLocalStorage: Synchronizes state with localStorage.

Contribution

Contributions are welcome! If you'd like to add more useful hooks or improve the existing ones, feel free to contribute.

Creator

This extension is created and maintained by the following person.

Ayushmaan Singh

Ayushmaan Singh

Connect

License

This extension is licensed under the MIT License.

About

A collection of customizable React hooks to accelerate your workflow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published