@warp-drive-mirror/react 5.8.0-alpha.29 → 5.8.0-alpha.30
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 +34 -13
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,25 +1,46 @@
|
|
|
1
1
|
<p align="center">
|
|
2
2
|
<img
|
|
3
3
|
class="project-logo"
|
|
4
|
-
src="./logos/
|
|
4
|
+
src="./logos/logo-yellow-slab.svg"
|
|
5
5
|
alt="WarpDrive"
|
|
6
|
-
width="
|
|
7
|
-
title="WarpDrive"
|
|
8
|
-
|
|
9
|
-
class="project-logo"
|
|
10
|
-
src="./logos/warp-drive-logo-gold.svg#gh-dark-mode-only"
|
|
11
|
-
alt="WarpDrive"
|
|
12
|
-
width="200px"
|
|
13
|
-
title="WarpDrive" />
|
|
6
|
+
width="180px"
|
|
7
|
+
title="WarpDrive"
|
|
8
|
+
/>
|
|
14
9
|
</p>
|
|
15
10
|
|
|
16
|
-
|
|
11
|
+

|
|
12
|
+

|
|
13
|
+

|
|
14
|
+
[](https://discord.gg/zT3asNS
|
|
15
|
+
)
|
|
16
|
+
[](https://discord.gg/PHBbnWJx5S
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
<h3 align="center">Signals Integration and Component API for using <em>Warp</em><strong>Drive</strong> with <strong style="color: lightblue">React</strong></h3>
|
|
20
|
+
|
|
21
|
+
***Warp*Drive** makes it easy to build scalable, fast, feature
|
|
22
|
+
rich applications — letting you ship better experiences more quickly without re-architecting your app or API. ***Warp*Drive** is:
|
|
23
|
+
|
|
24
|
+
- 🌌 Seamless Reactivity in any Framework
|
|
25
|
+
- ⚡️ Committed to Best-In-Class Performance
|
|
26
|
+
- 💚 Typed
|
|
27
|
+
- ⚛️ Works with any API
|
|
28
|
+
- 🌲 Focused on being as tiny as possible
|
|
29
|
+
- 🚀 SSR Ready
|
|
30
|
+
- 🐹 Built with ♥️ by [Ember](https://emberjs.com)
|
|
31
|
+
|
|
32
|
+
<br>
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
*Get Started* → [Guides](https://warp-drive.io/guides/)
|
|
36
|
+
|
|
37
|
+
<br>
|
|
17
38
|
|
|
18
39
|
---
|
|
19
40
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
41
|
+
<br>
|
|
42
|
+
|
|
43
|
+
# @warp-drive-mirror/react
|
|
23
44
|
|
|
24
45
|
**Tagged Releases**
|
|
25
46
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@warp-drive-mirror/react",
|
|
3
3
|
"description": "Data bindings and utilities for React applications using WarpDrive",
|
|
4
|
-
"version": "5.8.0-alpha.
|
|
4
|
+
"version": "5.8.0-alpha.30",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chris Thoburn <runspired@users.noreply.github.com>",
|
|
7
7
|
"repository": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@embroider/macros": "^1.18.1",
|
|
41
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
42
|
-
"@warp-drive-mirror/tc39-proposal-signals": "5.8.0-alpha.
|
|
41
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.30",
|
|
42
|
+
"@warp-drive-mirror/tc39-proposal-signals": "5.8.0-alpha.30",
|
|
43
43
|
"signal-polyfill": "^0.2.2",
|
|
44
44
|
"react": "^19.1.1"
|
|
45
45
|
},
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"@babel/runtime": "^7.28.3",
|
|
54
54
|
"decorator-transforms": "^2.3.0",
|
|
55
55
|
"@embroider/addon-dev": "^8.1.0",
|
|
56
|
-
"@warp-drive/internal-config": "5.8.0-alpha.
|
|
57
|
-
"@warp-drive-mirror/core": "5.8.0-alpha.
|
|
56
|
+
"@warp-drive/internal-config": "5.8.0-alpha.30",
|
|
57
|
+
"@warp-drive-mirror/core": "5.8.0-alpha.30",
|
|
58
58
|
"@types/react": "^19.1.11",
|
|
59
59
|
"react": "^19.1.1",
|
|
60
60
|
"rollup": "^4.48.0",
|