Skip to content

Commit 659def8

Browse files
committed
docs: ✏️ Readme update
1 parent f8cc1dc commit 659def8

File tree

1 file changed

+42
-20
lines changed

1 file changed

+42
-20
lines changed

README.md

Lines changed: 42 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,42 @@
1-
# React Lifecycle Hooks
2-
3-
[![NPM](https://img.shields.io/npm/v/@better-hooks/lifecycle.svg)](https://www.npmjs.com/package/@better-hooks/lifecycle)
4-
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@better-hooks/lifecycle)
5-
![npm type definitions](https://img.shields.io/npm/types/@better-hooks/lifecycle)
6-
![NPM](https://img.shields.io/npm/l/@better-hooks/lifecycle)
7-
![npm](https://img.shields.io/npm/dm/@better-hooks/lifecycle)
8-
![GitHub stars](https://img.shields.io/github/stars/BetterTyped/react-lifecycle-hooks?style=social)
9-
10-
> React lifecycle turned into dev friendly and readable hooks
11-
12-
- [Better Typed](https://github.com/BetterTyped)
13-
14-
## Features
15-
16-
- :rocket: Simple, fast and light
17-
- :factory: No external dependencies
18-
19-
## Install
1+
# 🧩 React Lifecycle Hooks
2+
3+
<p>
4+
<a href="https://bettertyped.com/">
5+
<img src="https://custom-icon-badges.demolab.com/static/v1?label=&message=BetterTyped&color=333&logo=BT" />
6+
</a>
7+
<a href="https://github.com/BetterTyped/react-lifecycle-hooks">
8+
<img src="https://custom-icon-badges.demolab.com/github/stars/BetterTyped/react-lifecycle-hooks?logo=star&color=118ab2" />
9+
</a>
10+
<a href="https://github.com/BetterTyped/react-lifecycle-hooks/blob/main/License.md">
11+
<img src="https://custom-icon-badges.demolab.com/github/license/BetterTyped/react-lifecycle-hooks?logo=law&color=yellow" />
12+
</a>
13+
<a href="https://github.com/semantic-release/semantic-release">
14+
<img src="https://custom-icon-badges.demolab.com/badge/semver-commitzen-e10079?logo=semantic-release&color=e76f51" />
15+
</a>
16+
<a href="https://github.com/BetterTyped/react-lifecycle-hooks">
17+
<img src="https://custom-icon-badges.demolab.com/badge/typescript-%23007ACC.svg?logo=typescript&logoColor=white" />
18+
</a>
19+
<a href="https://www.npmjs.com/package/@better-hooks/lifecycle">
20+
<img src="https://custom-icon-badges.demolab.com/bundlephobia/min/@better-hooks/lifecycle?color=64BC4B&logo=package" />
21+
</a>
22+
<a href="https://www.npmjs.com/package/@better-hooks/lifecycle">
23+
<img src="https://custom-icon-badges.demolab.com/npm/v/@better-hooks/lifecycle.svg?logo=npm&color=E10098" />
24+
</a>
25+
</p>
26+
27+
## About
28+
29+
React lifecycle turned into dev friendly and readable hooks
30+
31+
## Key Features
32+
33+
🔮 **Simple usage**
34+
35+
🚀 **Fast and light**
36+
37+
💎 **No external dependencies**
38+
39+
## Installation
2040

2141
```bash
2242
npm install --save @better-hooks/lifecycle
@@ -28,7 +48,9 @@ or
2848
yarn add @better-hooks/lifecycle
2949
```
3050

31-
## Usage
51+
---
52+
53+
## Examples
3254

3355
```tsx
3456
import React from "react";

0 commit comments

Comments
 (0)