Prerequisites
Proposal
To ensure that critical components are SSR compatible and remains ssr compatible, we will need to run cypress test that checks the production build components can be rendered in SSR.
We start with NUXT app as that is the most established test application in the repository.
Acceptance criteria:
- Write the test that tests a component can be SSR
- Ensure that test fails for a component that cannot be rendered via SSR or have errors rendering via ssr
- Make the necessary changes in the component until the test passes
Motivation and context
To support SSR framewroks
Prerequisites
Proposal
To ensure that critical components are SSR compatible and remains ssr compatible, we will need to run cypress test that checks the production build components can be rendered in SSR.
We start with NUXT app as that is the most established test application in the repository.
Acceptance criteria:
Motivation and context
To support SSR framewroks