Skip to content

Commit 352c5fd

Browse files
committed
Rename anchor refs to match context
1 parent 073ab25 commit 352c5fd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -481,17 +481,17 @@ actions.
481481

482482
### Bundle size
483483

484-
| | Bundle size | GZipped | Notes |
485-
| ------------------------ | ----------- | ------- | -------------------------------------------------------------------------- |
486-
| [2n8][2n8-bench] | 10.8 kB | 4.13 kB | |
487-
| [Zustand][zustand-bench] | 17.4 kB | 6.53 kB | Includes `useShallow` hook and `immer` middleware to match feature parity. |
488-
| [MobX][mobx-bench] | 74.9 kB | 21.9 kB | |
484+
| | Bundle size | GZipped | Notes |
485+
| ------------------------- | ----------- | ------- | -------------------------------------------------------------------------- |
486+
| [2n8][2n8-bundle] | 10.8 kB | 4.13 kB | |
487+
| [Zustand][zustand-bundle] | 17.4 kB | 6.53 kB | Includes `useShallow` hook and `immer` middleware to match feature parity. |
488+
| [MobX][mobx-bundle] | 74.9 kB | 21.9 kB | |
489489

490-
[2n8-bench]:
490+
[2n8-bundle]:
491491
https://bundlejs.com/?q=2n8%400.16.0&treeshake=%5B%7BTwoAndEight%2CcreateReactStore%7D%5D
492-
[zustand-bench]:
492+
[zustand-bundle]:
493493
https://bundlejs.com/?q=zustand%405.0.3%2Czustand%405.0.3%2Freact%2Fshallow%2Czustand%2Fmiddleware%2Fimmer&treeshake=%5B%7B+create+%7D%5D%2C%5B%7B+useShallow+%7D%5D%2C%5B%7B+immer+%7D%5D
494-
[mobx-bench]:
494+
[mobx-bundle]:
495495
https://bundlejs.com/?q=mobx%406.13.5%2Cmobx-react-lite%404.1.0&treeshake=%5B%7BmakeAutoObservable%7D%5D%2C%5B%7Bobserver%7D%5D
496496

497497
### Benchmarks

0 commit comments

Comments
 (0)