react-state-basis 0.6.5 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/{chunk-EJXGN76H.mjs → chunk-KIXM6YRX.mjs} +307 -212
- package/dist/chunk-KIXM6YRX.mjs.map +1 -0
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +306 -211
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/integrations/zustand.js +301 -210
- package/dist/integrations/zustand.js.map +1 -1
- package/dist/integrations/zustand.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-EJXGN76H.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -168,7 +168,7 @@ A detected pattern is **not automatically a bug**, and Basis does not know the i
|
|
|
168
168
|
|
|
169
169
|
Use the results as prompts for investigation rather than as rules for how React code should be written.
|
|
170
170
|
|
|
171
|
-
[See examples and possible fixes →](https://github.com/liovic/react-state-basis/wiki/
|
|
171
|
+
[See examples and possible fixes →](https://github.com/liovic/react-state-basis/wiki/Detected-patterns)
|
|
172
172
|
|
|
173
173
|
---
|
|
174
174
|
|
|
@@ -338,7 +338,7 @@ Basis is designed primarily as a development-time diagnostic tool.
|
|
|
338
338
|
|
|
339
339
|
Actual overhead depends on the application and instrumentation configuration.
|
|
340
340
|
|
|
341
|
-
[See benchmarks →](https://github.com/liovic/react-state-basis/wiki/Performance
|
|
341
|
+
[See benchmarks →](https://github.com/liovic/react-state-basis/wiki/Performance)
|
|
342
342
|
|
|
343
343
|
---
|
|
344
344
|
|