SSR for React; adapter differences between React + Vue #1081
bobbypiper
started this conversation in
Ideas
Replies: 1 comment
-
moved to issue #1083 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having read @aarondfrancis comments here tighten/ziggy#431 and useful blog post https://aaronfrancis.com/2022/using-ziggy-with-inertia-server-side-rendering for dealing with global scope window issues.
How do we approach this in React? the features available within the vue adaptor simply aren't present in the react adaptor?
Note the setup method does not have
plugins
or uses a helper methodcreateSSRApp
- react setup simply returns the component + props.Beta Was this translation helpful? Give feedback.
All reactions