An open API service for software projects hosted on Open Collective.

vue-lazy-hydration

Lazy hydration of server-side rendered Vue.js components
Collective - Host: opensource - https://opencollective.com/vue-lazy-hydration - Website: https://twitter.com/maoberlehner - Code: https://github.com/maoberlehner/vue-lazy-hydration

Make it possible to listen to events on wrappers

github.com/maoberlehner/vue-lazy-hydration - c82d0565bb62a030c72b8bd21f3f755810f2dd8a authored over 4 years ago
Use title-case for package.json description

github.com/maoberlehner/vue-lazy-hydration - 5b938aff5b8f054622b3b5ec5a1835163dd921b3 authored over 4 years ago
Add async component tests

github.com/maoberlehner/vue-lazy-hydration - 35548b7d9037eb159a62fbfea1482470a388255e authored over 4 years ago
Fix rendering async wrapped components

Fixes #79

github.com/maoberlehner/vue-lazy-hydration - f715bbe70e7e3d81c69d055807417fd43457e433 authored over 4 years ago
Fix rendering props in SSR mode on wrappers

github.com/maoberlehner/vue-lazy-hydration - ac46f62ad3630bcbc2448e02f1ea301864b1f407 authored over 4 years ago
Remove redundant promise

github.com/maoberlehner/vue-lazy-hydration - 667c3c41ad19b27ebc66087e96ed3d0146c38da0 authored over 4 years ago
Add tests for import wrappers

github.com/maoberlehner/vue-lazy-hydration - b89913d26e8f917e525dc248d82c75c90a0f5f99 authored over 4 years ago
Fix rendering of classes on wrapper on SSR

Wrapping an async component factory leads to classes on the component
instance not being rendere...

github.com/maoberlehner/vue-lazy-hydration - 025974bdd7ded99dd731ca86b8999cef8d3a2804 authored over 4 years ago
Remove unnecessary code

Manually Resolving the async factory component is not necessary.

github.com/maoberlehner/vue-lazy-hydration - 61bbb20c26235dfe6db7bc7e30e3d542acc6375d authored over 4 years ago
Add comment for Intersection Observer fallback

github.com/maoberlehner/vue-lazy-hydration - b0c247c0aed9ae69879eceb7ec0150b355e88b76 authored over 4 years ago
Fix rendering named slots in wrapped components

Fixes #75

github.com/maoberlehner/vue-lazy-hydration - 7eb23944d1c71adb45a19e8f8b4165ce2ba4d3d3 authored over 4 years ago
Fix interaction event error using import wrappers

Fixes #74

github.com/maoberlehner/vue-lazy-hydration - fe75f9032293ac4bedf3fddf2d56e2f55506cf4c authored over 4 years ago
Fix on interaction event listeners

Using `apply()` to bind the event listener, leads to the listener
listening on all (?) elements.

github.com/maoberlehner/vue-lazy-hydration - 7b7783dd52de49ec159885c5c64b2a3cae563fde authored over 4 years ago
Add info about latest article

github.com/maoberlehner/vue-lazy-hydration - 5969d545290dd2c5e314296803ddd6ed1f3628be authored over 4 years ago
Update credits to reflect latest rewrite

github.com/maoberlehner/vue-lazy-hydration - 9b26d4a36ed94c9bfcf391e7e77e232d34936150 authored over 4 years ago
Remove spread usage for smaller bundle size

github.com/maoberlehner/vue-lazy-hydration - ea882c0e4224c022876f72cb8c49be7bf30c9b5d authored over 4 years ago
Cleanup everything when destroyed before hydration

github.com/maoberlehner/vue-lazy-hydration - be3c71408bb4b028263b3115047ffb3df8956312 authored over 4 years ago
Remove obsolete ESLint comments

github.com/maoberlehner/vue-lazy-hydration - 9ac8af6092127d54abd969407f7e674d4de4c3f3 authored over 4 years ago
Reuse new nonce rendering for LazyHydrate tag

Import wrappers and the LazyHydrate component now both use (almost)
exactly the same hydration b...

github.com/maoberlehner/vue-lazy-hydration - 827e53e61ad37cd80d2a5a2c0c1150d9b9969694 authored over 4 years ago
Fix hydration of non SSR content

github.com/maoberlehner/vue-lazy-hydration - 5494df0ff8baf478b28f5c9ac52c01af9cc104b5 authored over 4 years ago
Fix normalizing non-factory components

github.com/maoberlehner/vue-lazy-hydration - 863120134bb84b8e3469056bcaeb503635eb9e63 authored over 4 years ago
Make import wrappers only hydrate single instance

This change prevents all instances of a component imported via a wrapper
from being hydrated as ...

github.com/maoberlehner/vue-lazy-hydration - 3e8a2bf035f808fdcf3518f4be25222d6303740b authored over 4 years ago
Update README to reflect latest changes

github.com/maoberlehner/vue-lazy-hydration - 111542b1158393fd6c647ef1f3781b514c4bc881 authored over 4 years ago
Remove unnecessary headline

github.com/maoberlehner/vue-lazy-hydration - de9591a4b70f898af6181c1ca36bb496875cd846 authored over 4 years ago
Use title case for claim

github.com/maoberlehner/vue-lazy-hydration - 6311cf2a4eaf3dac1f2b80ab4da3bc21add70de3 authored over 4 years ago
Refactor import wrappers

They now always return the same component instead of a loading component
while waiting for hydra...

github.com/maoberlehner/vue-lazy-hydration - 03071e56eae4e171a8006ee65446f7a8a31f9cfc authored over 4 years ago
Ignore VS Code editor errors

github.com/maoberlehner/vue-lazy-hydration - 283479bc04459de904c3657292a865c2673c1b12 authored over 4 years ago
Fix idle callback timeout option

Was a copy & paste error.

github.com/maoberlehner/vue-lazy-hydration - 5f37f87394073c395c080dcc641db230e0288398 authored over 4 years ago
Use async factory instead of hacks for hydration

github.com/maoberlehner/vue-lazy-hydration - 46db40d3b14646ac602816e77ea5db76c1f49750 authored over 4 years ago
Remove obsolete warning for old Vue 2 version

github.com/maoberlehner/vue-lazy-hydration - bf684b1f6f0b16c539048ae1b5b69bafb3d7251e authored over 4 years ago
Remove buggy scoped slot implementation

It never did work as expected and could lead to layout shifts.

github.com/maoberlehner/vue-lazy-hydration - df7d32560f6596470fcf97a710ca4b2f651f4e5f authored over 4 years ago
Choose better name for never hydrating on client

`ssr-only` was misleading because there is no hydration on the server.

github.com/maoberlehner/vue-lazy-hydration - dc0fd38fff3db1d0d9572c3af720d10b02fd20b7 authored over 4 years ago
Merge pull request #70 from maoberlehner/dev

Update dependencies

github.com/maoberlehner/vue-lazy-hydration - a20200820be9bdc9b34ebe5d2c6d10e90f76c290 authored almost 5 years ago
Merge pull request #61 from Sshuichi/patch-2

Fix the scrolling passive on interactions

github.com/maoberlehner/vue-lazy-hydration - 1a1146fe02e170eacc6d85658177c5f3507c271d authored about 5 years ago
Fix the scrolling passive on interactions

This is a fix for lighthouse complaint.

github.com/maoberlehner/vue-lazy-hydration - 0b9f0dc5eef5b3e00008fcee5c573342e46527d7 authored about 5 years ago
Improve performance by making events passive

github.com/maoberlehner/vue-lazy-hydration - fe58bf72c76d812756bbb81ed224304b982050f6 authored about 5 years ago
Bump acorn from 5.7.3 to 5.7.4

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

github.com/maoberlehner/vue-lazy-hydration - c5b539129600db385a36625dc4e385b82b759a3d authored over 5 years ago
Ignore test config files for npm package

github.com/maoberlehner/vue-lazy-hydration - 1f553bb28809e5fa5dd9cb436eabffc36e106fb8 authored over 5 years ago
Ignore test files for npm package

github.com/maoberlehner/vue-lazy-hydration - aec5ee403801d05403a4ca4fde0389c3458ce3cb authored over 5 years ago
Add info about dynamic imports with `when-visible`

Fixes #19

github.com/maoberlehner/vue-lazy-hydration - da7a84225ae5aed39263509d3922ab909203f871 authored over 5 years ago
Fix rendering if there is no child

Fixes #31

github.com/maoberlehner/vue-lazy-hydration - ebbbaf5ca64baef48fd7e13b8ce6684ee9e67e10 authored over 5 years ago
Add info about how to run performance tests

github.com/maoberlehner/vue-lazy-hydration - 245b8a2e07eeaf631d8598629ea2946424fd1a19 authored over 5 years ago
Add basic integration tests

github.com/maoberlehner/vue-lazy-hydration - b765cecaa6dc7b0d6aa58cdbbc6c8d18fc87c400 authored over 5 years ago
Merge pull request #30 from maoberlehner/bugfix/fix-security-issues

Fix security issues with dependencies

github.com/maoberlehner/vue-lazy-hydration - f1fc10d9055c1855b8147b2e5164d4077e72e6fd authored almost 6 years ago
Fix security issues with dependencies

github.com/maoberlehner/vue-lazy-hydration - a27b6d450850e73348586322ebf6991d0af67800 authored almost 6 years ago
Merge pull request #27 from maoberlehner/feature/benchmark

Benchmark CLI tooling

github.com/maoberlehner/vue-lazy-hydration - 19fae45702b84d8f62af4c2d9ee023c19c1a2708 authored almost 6 years ago
Make it possible to run benchmarks

github.com/maoberlehner/vue-lazy-hydration - 9cc7c05dfad6691e7c0c72e120cb4f286fb067bc authored almost 6 years ago
Update dependencies and fix new linting errors

github.com/maoberlehner/vue-lazy-hydration - 315338da9641163ea48173b73fd9abd49c0845bf authored almost 6 years ago
Simplify conditional rendering logic

github.com/maoberlehner/vue-lazy-hydration - 78f32acb9b5b1a57e0f63ad5fca371f7070d8323 authored about 6 years ago
Quickly exit hydration checks in Vue.js

Vue.js checks if `vnode` is an `asyncFactory` and a comment to skip
further hydration check logic.

github.com/maoberlehner/vue-lazy-hydration - a9cd685e8a1379971b3b5857462447128f195250 authored about 6 years ago
Immediately render child node on server

github.com/maoberlehner/vue-lazy-hydration - fb5b556382b2202763855f52319471d547d4f7d9 authored about 6 years ago
Fix problem with async / await Babel polyfill

Polyfilling async / await is not so easy to do so before this package
did only work if the async...

github.com/maoberlehner/vue-lazy-hydration - e945ba105844a1f80dacd8c3d30131ec7953eef1 authored about 6 years ago
Add info about bug with dynamic bundle loading

See https://github.com/maoberlehner/vue-lazy-hydration/issues/19

github.com/maoberlehner/vue-lazy-hydration - 7c3fbb7adf1f517acd2e5942774f3364368c56bb authored about 6 years ago
Add info about bundles beeing loaded immediately

https://github.com/vuejs/vue/issues/9847
https://github.com/maoberlehner/vue-lazy-hydration/issu...

github.com/maoberlehner/vue-lazy-hydration - 86a3026eb848ddd06a385480d8d4a14afbc7a46f authored about 6 years ago
Fix hydration imports without options

github.com/maoberlehner/vue-lazy-hydration - 96716c6e0f69b9598005a5d0cccfb6214f881408 authored over 6 years ago
Fix hydration on visibility

The wrong element was observed which lead to components not being
hydrated when the became visible.

github.com/maoberlehner/vue-lazy-hydration - 6a2c63473be8085803314b4e7c7946b53c379cf8 authored over 6 years ago
Add Import Wrappers again

github.com/maoberlehner/vue-lazy-hydration - ef30466a55dec2994c80a1abaaf68ac4392138ac authored over 6 years ago