You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Introduction
3
3
description: Reusable, SOLID, and maintainable React hooks that you insert directly into your project.
4
4
---
5
5
6
-
# What is Rehooks?
6
+
# TL;DR
7
7
8
8
Rehooks is a CLI that allows you to insert hooks directly to your project. It provides a wide range of hooks for common use cases, By using Rehooks CLI you can reduce the amount of code you need to write and focus on the core functionality of your application.
9
9
@@ -20,7 +20,7 @@ By using the Rehooks CLI you will able to reduce the amount of unused and duplic
20
20
# Key Features
21
21
22
22
- 🔥 Lightweight and performant: Rehooks is written in TypeScript and bundled with `tsup` for maximum performance and compatibility.
23
-
- 📦 Modular and tree-shakable: Rehooks is designed to be modular and tree-shakable, allowing you to only include the hooks you need in your application.
23
+
- 📦 Tree-shakable: Rehooks is tree-shakable, allowing you to use only the hooks you need.
24
24
- 🪄 Maintainable and extensible: The internal hooks are designed to be maintainable and reusable to make it easy to use based on your needs.
25
25
- 📝 Well-documented: Rehooks comes with detailed documentation and examples, making it easy to understand and use.
26
26
- 💪 Tested and maintained: Rehooks has a comprehensive test suite and is actively maintained by the community.
0 commit comments