react-hydration-on-demand
react-hydration-on-demand copied to clipboard
Hydrate your React components only when you need to.
I would like to know if I could use this library on a page that uses SSG to get the information from an external API. Is that possible?
React 18 is strict about client and server mismatch during hydration so just wondering does this work with React 18 currenty? If not, is there a plan to add react...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
How can I trigger hydration by a specify promise?
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.12.1 to 7.23.9. Release notes Sourced from @babel/traverse's releases. v7.23.9 (2024-01-25) :bug: Bug Fix babel-helper-transform-fixture-test-runner, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-preset-env #16225 fix: systemjs re-traverses helpers (@liuxingbaoyu) babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators #16226...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
If this works with React 18, could you update the peer dependencies section of its package.json so an app that uses it doesn't get peer dependency warnings?
When using this package with React v18, it renders the page twice. Checked on Mac - Google Chrome and Safari.
I'm trying to use react-hydration-on-demand to load components on demand, but it seems to be adding an additional section wrapper around my component. I've tried setting the wrapper option to...