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

split into smaller components

Open hadeeb opened this issue 4 years ago • 3 comments

Splits the component into smaller component for each hydration strategy. closes #14

Notes on hydration when visible

To support IntersectionObserver customizations, an IntersectionObserver instance is created for each ~~component~~ unique set of IntersectionObserver options. ~~As an alternative to this, the component can accept a custom IntersectionObserver instance like this. It could be beneficial if there is a list of components to be hydrated in a same way or the user needs more control on hydration.~~

hadeeb avatar Apr 10 '20 14:04 hadeeb

Name of exported components could be improved. The readme also has to be updated to reflect these changes.

hadeeb avatar Apr 13 '20 08:04 hadeeb

@hadeeb Can you check if phantomJS will support this Some legacy codes use Phantomjs still as the unit test driver

nilanjansiromani avatar May 25 '20 05:05 nilanjansiromani

image

nilanjansiromani avatar May 25 '20 06:05 nilanjansiromani