Hey guys! Are there any examples on server-side rendering using Kotlin JS node with routing? I'm currently using this GitHub project for the server-side rendering bit:
https://github.com/techprd/kotlin_node_js_seed. However, this approach is suitable if there is only 1 component in the project and no routing is involved. Cheers!