vue-lazy-hydration icon indicating copy to clipboard operation
vue-lazy-hydration copied to clipboard

Lazy Hydration of Server-Side Rendered Vue.js Components

Results 63 vue-lazy-hydration issues
Sort by recently updated
recently updated
newest added

I just spent a bit of time debugging an intermittent issue that prevented hydration of a page. I'm pretty certain now that the issue is to do with an a...

I use this package and it worked well with hydration and async componnets. But can i exclude some async components, from initial html scripts? I have NavBar with some only...

looks like general components logic should be updated to get vue 3 working here

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

**Subject:** I want to use **vue-lazy-hydration**, but when i try i always get the same warn: > [Vue warn]: Multiple root nodes returned from render function. Render function should return...

- Work on https://github.com/vuejs/vue/issues/9847 - Fix potential a11y issues https://github.com/maoberlehner/vue-lazy-hydration/issues/11 - Improve performance by better integration in Vue.js and its meta frameworks.

enhancement

Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3. Commits 628ff47 3.0.3 cfbe20c run verb to generate README documentation e370968 Merge pull request #17 from jonschlinkert/key-properties 393e2cb adding a test to ensure using...

dependencies

Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. Commits ebdf849 1.3.4 ac57872 move all allocUnsafes to allocs for easier maintenance c64c950 1.3.3 0598ba1 fix .. in encodingLength 010aedb 1.3.2 0d0d593 backport encodingLength...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.14.7 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

I've got an error when using nuxt-link : **Failed to execute 'observe' on 'IntersectionObserver': parameter 1 is not of type 'Element'**. I'm looking this issue on : https://github.com/maoberlehner/vue-lazy-hydration/issues/19 and trying...