You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that you have Solid Relay set up, you can start using its features:
@@ -217,11 +155,11 @@ The main difference is in the component-level APIs, which Solid Relay provides a
217
155
218
156
### Plugin Choice
219
157
220
-
This guide uses `vite-plugin-relay-lite` instead of `vite-plugin-relay`. The lite version is recommended as it provides:
158
+
This guide uses [`vite-plugin-relay-lite`](https://github.com/cometkim/vite-plugin-relay-lite) instead of `vite-plugin-relay`. The lite version is recommended as it provides:
221
159
222
-
- Smaller bundle size
223
-
- Better performance
224
-
- Essential Relay features without unnecessary overhead
160
+
- Better bundler performance
161
+
- Smaller install size
225
162
- Better integration with modern build tools
163
+
- Automatic codegen with Relay Compiler
226
164
227
-
If you need additional features not available in the lite version, you can switch to `vite-plugin-relay`, but `vite-plugin-relay-lite` covers most use cases effectively.
165
+
If you need additional features not available in the lite version, you can switch to `vite-plugin-relay`, but `vite-plugin-relay-lite` covers most use cases effectively.
0 commit comments