Hey guys! Are there any examples on server-side re...
# server
c
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!
h
Ktor as server and kotlinx.html as server side rendering
👍🏾 1