Skip to content

Commit 7400a3c

Browse files
committed
✏️ update readme: 6 years maintained, new bundle size
1 parent a348613 commit 7400a3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ React 18 and above:
1313
npm install use-local-storage-state
1414
```
1515

16-
⚠️ React 17 and below. For docs, go to the [react-17 branch](https://github.com/astoilkov/use-local-storage-state/tree/react-17).
16+
React 17 and below. For docs, go to the [react-17 branch](https://github.com/astoilkov/use-local-storage-state/tree/react-17).
1717
```bash
1818
npm install use-local-storage-state@17
1919
```
2020

2121
## Why
2222

23-
- Actively maintained for the past 4 years — see [contributors](https://github.com/astoilkov/use-local-storage-state/graphs/contributors) page.
23+
- Actively maintained for the past 6 years — see [contributors](https://github.com/astoilkov/use-local-storage-state/graphs/contributors) page.
2424
- Production ready.
25-
- 689 B (brotlied).
25+
- 677 B (brotlied).
2626
- SSR support.
2727
- Works with React 18 concurrent rendering and React 19.
2828
- Handles the `Window` [`storage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/storage_event) event and updates changes across browser tabs, windows, and iframe's. Disable with `storageSync: false`.

0 commit comments

Comments
 (0)