I've been trying to make a ktor based web applicat...
# doodle
k
I've been trying to make a ktor based web application and I'd love to make the UI with something like doodle instead of pure html/js, but reading through the doodle api docs I found no mentions of doing common website things like redirecting the user to another page when they click a button or making a http request. Does doodle not interact with the browser at all, meaning it is only a single page app style framework? That would seem awfully limiting but at the same time I'd assume the tutorials would explain how to do it if it was possible.