Server side rendering support
See original GitHub issueDescribe the bug
The package causes the build system to crash when used in server-side rendering app
To Reproduce
Cannot be reproduced in an online platform, but try to include the package in any server-side rendering environment
Expected behavior
Should support server-side rendering
The error thrown by the compiler:
var requestAnimationFrame = window.requestAnimationFrame;
ReferenceError: window is not defined
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
What is server-side rendering: definition, benefits and risks
Server -Side Rendering (SSR) is an approach to rendering content for the website. Learn the benefits, drawbacks and frameworks of server-Side ...
Read more >What is server-side rendering and how does it improve site ...
Server -side rendering (SSR) addresses the performance and search engine optimization issues of single-page JavaScript applications.
Read more >Client-side vs. server-side rendering: why it's not all black and ...
Server -side rendering is the most common method for displaying information onto the screen. It works by converting HTML files in the server...
Read more >Take advantage of these 5 benefits of server-side rendering
1. Improved data security and PIPA compliance · 2. Improve page load time with minimized network latency · 3. Predictable server-side processing ...
Read more >The Benefits of Server Side Rendering Over Client ... - Medium
SSR throughput of your server is significantly less than CSR throughput. For react in particular, the throughput impact is extremely large.
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 FreeTop 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
Top GitHub Comments
I’ve tested this in some different environments and all seems ok. If you’re still having problems, feel free to reopen. Thanks!
Ok I’ve checked out your repo. I get it 😃