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

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

What stage is this library in? I see that `createUseObserverVisible` returns `true` constantly: https://github.com/TinkoffCreditSystems/react-lazy-hydration-render/blob/master/src/use-observer-visible.ts ```js export const createUseObserverVisible = (observerOptions: IntersectionObserverInit) => ( containerRef: RefObject ) => { return true;...

It would be nice to have the following functionality, providing no additional DOM elements when hydrating. Not sure if its possible but thought id ask. ```js if (isVisible || mode...