SSR support?
See original GitHub issueHi @tannerlinsley 👋
Hoping to put together an example of using Remix with React Virtual for infinite scroll and I noticed that on the server render the rowVirtualizer.virtualItems only has two items. I know you can’t really measure things on the server, but could I pass the height (or an estimated height) of my parentRef so you can server render the (estimated) correct number of virtual items?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Server-Side Rendering - Vite
Vite provides built-in support for server-side rendering (SSR). The Vite playground contains example SSR setups for Vue 3 and React, which can be...
Read more >SSR Support for AWS Amplify JavaScript Libraries
Enabling Server-Side Rendering (SSR) support in an Amplify app. When using the Amplify CLI, the aws-exports.js file gets created and updated ...
Read more >Server-Side Rendering (SSR) - Vue.js
Vite SSR # ... Vite provides built-in support for Vue server-side rendering, but it is intentionally low-level. If you wish to go directly...
Read more >Dealer Support - SSR Motorsports
Dealer Support. SSR Motorsports > Dealer Support. Go to Administration Panel. Powered by Help Desk Software HESK - brought to you by Help...
Read more >Superior Support Resources Inc.
SSR's experts can resolve issues from password resets and software questions to equipment failure and device configuration.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I think that’s more than reasonable to ask for 😃 I’ll see what I can do.
Super duper. Thanks!