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

Lazy Hydration for Server Rendered React Components

Results 23 react-lazy-hydration issues
Sort by recently updated
recently updated
newest added

Not sure if this lib is still being maintained as there hasn't been much activity in a while but i've come across an issue when using the `noWrapper` prop. When...

I am on a project with a largish page, I found that waiting for the the user to interact with the DOM, a hover or a touch, before hydrating these...

...i guess because it uses display:contents which is not supported in these browsers I tried a css hack ``` div[style*="contents"] { display: block !important; } ``` but the hydration still...

Hello, I am using **Next 12**, I am using **react-lazy-hydration** this way: ` ` When I use **whenVisible** or **whenIdle**, I have the following error when serving the website statically...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

This would allow for use inside SVGs that are JSX where something like `` or `` could be SSR only while still allowing the parent `` tags to receive new...

I am using this package together with gatsby and got a nice perfomance boost. Unfortunately anchor links get disrupted when you use lazy hidration on a page. Specifically anchor links...

Here is a reproducible repo: https://github.com/justman00/react-lazy-hydration-cypress. When running `yarn e2e` and selecting the only available test, observe how the tests fail. I found a workaround of how to fix them...

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

Hello, I'm not very familiar with TS. Could this be please reviewed and merged if you agree with the change? I appreciate any suggestions. Many thanks