Closed alarmringing closed 4 years ago
First tried static serving the rendered App page through a node server Then ran into babel issues
babel issues regarding module transpiling solved, however ultimately some modules were relying on html web components which means we cannot render them from the server. Need dynamic render for these components but current approach cannot handle that.
Decided to migrate the entire project to NextJS and refactor
Migration to NextJS complete.
client side rendering is the wrong approach to our application. i) cannot access through sub-level routes ii) no SEO iii ) most importantly, this means we cannot link the completed mesh page directly to the user