Am I right in saying that it is impossible to do progressive enhancement without some form of server side rendering.
A static build of a react application will not meet the requirements of a PE application.
Is there anything that can be done with service workers for example that would allow us to deploy a static build?