Skip to content

Commit 08faeaf

Browse files
committed
docs(readme): add rendering comparison demo gif
1 parent 3e050fb commit 08faeaf

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![NPM version](https://img.shields.io/npm/v/hook-store-bridge.svg)](https://www.npmjs.com/package/hook-store-bridge)
44
[![License](https://img.shields.io/npm/l/hook-store-bridge.svg)](./LICENSE)
5+
![hook-store-bridge demo showing performance improvement](assets/demo.webp)
56

67
A utility that bridges a React logic hook with a performant state management store (like Zustand), solving state-sharing across components without the performance pitfalls of React Context.
78

assets/demo.webp

900 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hook-store-bridge",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A utility to bridge React hook state into Zustand or other state management libraries.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)