kobweb
kobweb copied to clipboard
A modern framework for full stack web apps in Kotlin, built upon Compose HTML
Probably a spinner, maybe showing a Kobweb or the Varabyte logo
This should likely be configurable in the .kobweb/conf.yaml file For example, if we generate a bunch of static pages via Dokka, we should be able to tell kobweb to serve...
Something like Press SPACE to (pause|resume) live reloading. Question to mull over -- should we keep letting Gradle do its thing but just tell the web server to ignore it?...
Particularly Button at this point, but also Link
1. kobweb run 2. change some code 3. while "building..." spinner is up, press Q Expected: Page indicates that the web server is down Actual: Spinner keeps going forever
Check out the next.js template and be inspired
We should look at how Jetpack Compose does it with Material theming and also Chakra UI?
`kobweb run --gradle "--stacktrace --debug"` maybe?