Some info about KV6 development after 6.0.0-Beta: ...
# kvision
r
Some info about KV6 development after 6.0.0-Beta: • Direct dependency on
kotlinx.coroutines
(doesn't seem to make bundle larger when coroutines/flows are not used) • "Simple*" components renamed (
SimpleSpinner
->
Spinner
,
SimpleSelect
->
Select
). "Advanced" components will have names based on the library used (e.g.
TomSelect
,
BootstrapUpload
). • New
Upload
component based on plain browser file input (basic functionality but with no external dependencies) • Support for returning
Result<T>
from fullstack remote methods (with nice support for throwables serialization)
👍 5
👍🏾 1
s
The
Result<T>
support will definitely be a nice addition, spent an evening getting my own serializable implementation working for
5.18.1