question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What

Add integration tests for SSR of the components rendered using Atomic layout.

Why

SSR support is a crucial part of any implementation. Since we use react-responsive for conditional areas rendering, I believe that SSR should be supported out of the box. The tests are needed regardless.

How

ReactDOMServer.renderToString(<Component/>)

Assert the output, or use a snapshot to assert it.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:22 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
cdfacommented, Apr 15, 2019

Updating to 0.7.1 seems to have fixed it! Thank you so much for your help.

1reaction
cdfacommented, Mar 19, 2019

I created a branch using dummy data: https://github.com/svsticky/static-sticky/tree/dummy-data. Installation instruction are in the README.

If you think it’s not isolated enough, I can do more, but I think this should be okay for now. I hope the problem is easily found and solved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Chapter 13. Testing server-side rendering - liveBook · Manning
Server-side rendering (SSR) is when you render the HTML code of an application on the server before returning it to the client. It's...
Read more >
End-to-end Testing for Server-Side Rendered Pages
End-to-end Testing for Server-Side Rendered Pages. How to validate SSR page using Cypress.io test runner. SSR application; Check HTML ...
Read more >
How to test a server-side rendered React website - smonn.se
Testing a server-side rendered (SSR) website isn't that different from testing a single-page app (SPA) or a pre-rendered website (e.g., ...
Read more >
How to test SSR Relay with a Multimeter ? - YouTube
SSR #relay #automationHow to test SSR Relay with a Multimeter ?
Read more >
Test Whether Solid-state Relay is Faulty | FAQ - omron-ap.com
Q: We think a Solid-state Relay (SSR) is faulty. Can a voltage tester be used to check an SSR to see if current...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found