@shapeshift-labs/frontier-react 0.1.1 → 0.1.3
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 +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -210,16 +210,16 @@ Latest local package benchmark on Node v26.1.0, darwin arm64, 9 rounds:
|
|
|
210
210
|
|
|
211
211
|
| Fixture | Median | p95 |
|
|
212
212
|
| --- | ---: | ---: |
|
|
213
|
-
| React patch store replace, 1k rows one edit |
|
|
214
|
-
| External store adapter notify 10 listeners | 0.08 us | 0.
|
|
213
|
+
| React patch store replace, 1k rows one edit | 224.61 us | 231.38 us |
|
|
214
|
+
| External store adapter notify 10 listeners | 0.08 us | 0.10 us |
|
|
215
215
|
| State engine adapter snapshot read | 0.01 us | 0.01 us |
|
|
216
216
|
|
|
217
217
|
Latest local full client/server React flow benchmark on Node v26.1.0, darwin arm64, 80 measured iterations after 12 warmup iterations:
|
|
218
218
|
|
|
219
219
|
| Fixture | Total median | Total p95 | Local commit | Provider sync call | Remote render wait | Update bytes |
|
|
220
220
|
| --- | ---: | ---: | ---: | ---: | ---: | ---: |
|
|
221
|
-
| E2E CRDT text insert to React render | 2.
|
|
222
|
-
| E2E CRDT JSON set to React render |
|
|
221
|
+
| E2E CRDT text insert to React render | 2.15 ms | 5.54 ms | 21.25 us | 103.00 us | 1.90 ms | 41 |
|
|
222
|
+
| E2E CRDT JSON set to React render | 1.86 ms | 5.82 ms | 15.50 us | 95.79 us | 1.53 ms | 50 |
|
|
223
223
|
|
|
224
224
|
These are Frontier-only package measurements, not competitor comparisons.
|
|
225
225
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshift-labs/frontier-react",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "React external-store hooks and adapters for Frontier state, cache, and CRDT surfaces.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@shapeshift-labs/frontier-crdt": "^0.1.2",
|
|
75
75
|
"@shapeshift-labs/frontier-crdt-sync": "^0.1.4",
|
|
76
|
-
"@shapeshift-labs/frontier-crdt-websocket": "^0.1.
|
|
76
|
+
"@shapeshift-labs/frontier-crdt-websocket": "^0.1.4",
|
|
77
77
|
"@types/node": "^24.10.1",
|
|
78
78
|
"@types/react": "^18.3.12",
|
|
79
79
|
"react": "^18.3.1",
|