Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Support for Nuxt SSR apps #73

Open
TechAkayy opened this issue Jun 18, 2023 · 2 comments
Open

Support for Nuxt SSR apps #73

TechAkayy opened this issue Jun 18, 2023 · 2 comments
Labels
T: feature Typpe: New feature or request

Comments

@TechAkayy
Copy link

I would like to use this package instead of the nuxt devtools primarily for the ability to see component tree & state (as an alternative to browser based vue-devtools extension).

Are you able to advise why your plugin wouldn't work for Nuxt SSR apps? As in, I did look into the code and didn't find anything specific that makes it incompatible with Nuxt SSR apps. I would like to learn what I missed looking.

Thanks in advance.

@webfansplz webfansplz added the T: feature Typpe: New feature or request label Jun 20, 2023
@webfansplz
Copy link
Owner

webfansplz commented Jun 20, 2023

The reason SSR are not currently supported is actually because Nuxt DevTools is more recommended. Thanks for liking this, I'll be thinking about how it's compatible with SSR.

@TechAkayy
Copy link
Author

Thanks @webfansplz. There is one vue core fix that's pending merge that already impacts vue-devtool's ability to identify parent components of hydrated elements. This is for your reference, just in case you happen to explore SSR support for your vite-devtools. Cheers!

vuejs/devtools#2004

vuejs/core#7556

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T: feature Typpe: New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants