most JS frameworks seem to be moving towards compi...
# javascript
b
most JS frameworks seem to be moving towards compilers that have barely any interop outside of it (angular, vue, svelte, solid, soon react), is there anything popular and usable from the Kotlin world in that regard? Could also be a JS framework with bindings (yeah, I know React exists)
e
Popular? Mmm not sure. Usable? #kobweb #kvision for example. The difference is ecosystem maturity. All those JS frameworks have been around for a decade. K/JS is in a good state now to develop frameworks over it.
1
n
you could also check out #doodle
l
Do you really need these frameworks in the first place? I found building stuff from scratch in Kotlin was way more comfortable. Then again, my client-side code is quite small, so perhaps things change as a project grows.