Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DumbHooks

DumbHooks is a TypeScript-based library that provides a collection of React hooks for state management. The main goal of this library is to simplify the process of managing state in your React applications.

Features

  • TypeScript support: This library is written in TypeScript, providing type safety and autocompletion out of the box.
  • React Hooks: DumbHooks leverages the power of React Hooks for state management.

Installation

You can install DumbHooks using either npm or yarn:

npm install dumbhooks

or

yarn add dumbhooks

Usage

Here is an example of how to use the useUrlState hook:

import { useUrlState } from 'dumbhooks';

// usage within a component
const [search, setSearch] = useUrlState("search");

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages