/react-fast-hooks

A collection of custom React hooks

Primary LanguageTypeScript

Install Size NPM Downloads License NPM Bundle Size Types Tree Shaking Build Passing DOCS maintained - yes Hosted with GH Pages Made with GH Actions

These hooks aim to simplify state management, side effects, and other common functionalities in React applications, improving both productivity and code quality.

Features

🚀 Lightweight and Fast

  • Designed to be minimal in size, ensuring your application remains performant and fast.

🌐 SSR-Friendly

  • Built with Server-Side Rendering (SSR) compatibility, making it perfect for Next.js.

📝 Typed with TypeScript

  • Full TypeScript support, including comprehensive type definitions.

🌲 Tree Shaking Support

  • Optimized for tree shaking, ensuring only the code you use is included in your final bundle.

🌍 Cross-Browser Compatibility

  • Ensures consistent behavior across all major browsers.

🔧 Ease of Use

  • Designed with simplicity and ease of integration in mind.

Installation

npm install react-fast-hooks

Documentation

For more detailed documentation and live code editor visit the website.

Hooks Available

Contributing

Contribution guidelines coming soon.