Hi everyone, hope you are all doing well. Could so...
# compose-web
d
Hi everyone, hope you are all doing well. Could someone share some good resources with me for developing websites with kotli. I need to create a relatively simple website, badic crud, filtering and authentication
d
I think people didn't touch this one because it's probably a much harder question than you may think it is 🙂
As the author of Kobweb, I can recommend taking a look at https://github.com/varabyte/kobweb -- but it doesn't handle auth itself. I once used Firebase for auth in one of my projects, but it's kind of a pain since that requires writing Kotlin <-> JS bindings.
d
so, can I write a CRUD app with auth in this? Is this a good way to go even, or it ment only for static websites
d