my take on compose as a traditional developer used...
# compose-desktop
n
my take on compose as a traditional developer used to swing (and swt)
👏 6
d
nit:
derivedStateOf
needs to be `remember`ed too.
👍 1
o
also note that
The task uses jpackage under the hood, so be sure to use a JDK 14 or more. Also, be aware that you will still require a JRE to execute the installed application.
is not exactly correct, JRE is bundled with the package, so no separate JRE is needed
😮 1
n
@olonho the package bundles a jre but you’ll still need a jre whether the packaged one or not granted, i could probably change the wording to make it clearer
m
@nfrankel I still don’t understand your last comment. If you have packaged an application you can transfer it to any other machine and in order to install and run the application NO JRE needs to be present on the target machine because a JRE is bundled with the application. This is not specific to Compose. It’s the same way as it works for JavaFX for example.