ziex 0.1.0-dev.589 → 0.1.0-dev.593
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 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,6 +93,7 @@ const zx = @import("zx");
|
|
|
93
93
|
- [x] Hydration
|
|
94
94
|
- [ ] Lifecycle hook
|
|
95
95
|
- [ ] Server Actions
|
|
96
|
+
- [ ] Rendering performance
|
|
96
97
|
- [x] Client Side Rendering (CSR) via React
|
|
97
98
|
- [x] Routing
|
|
98
99
|
- [x] File-system Routing
|
|
@@ -115,7 +116,7 @@ const zx = @import("zx");
|
|
|
115
116
|
- [x] CSS (via plugins such as Tailwind)
|
|
116
117
|
- [x] JS/TS (via esbuild)
|
|
117
118
|
- [x] HTML (optimized by default)
|
|
118
|
-
- [
|
|
119
|
+
- [x] Proxy/Middleware
|
|
119
120
|
- [ ] Caching (configurable)
|
|
120
121
|
- [x] Component
|
|
121
122
|
- [ ] Layout
|
package/index.js
CHANGED