Skip to content

React Hooks

A collection of modern and server-safe custom React hooks to supercharge your React application development.

Key Features

Typesafe

All hooks are purely written in Typescript, harnessing the power of generics. This results in strongly typed APIs, contributing to a better Developer Experience (DX) when using the package.

Tree Shakeable

All hooks are are packaged as ES modules, offering the advantage of minimal import cost for individual functions.

Server safe

Hooks are designed to be server-safe, supporting Server-Side Rendering (SSR) seamlessly. Whether you are working with frameworks like Next.js or Remix, it ensures a smooth integration.

Interactive Demos

All hooks comes with an interactive demo example. These demos serve as effective illustrations, helping users understand how to integrate and leverage the hooks in their projects.