Hi, has anyone looked at the output size of a fritz2 webapp, compared to let's say React or Svelte (using JS, not Kotlin.JS).
Interested about how large the app becomes. 🙂
c
christophsturm
12/19/2020, 2:53 PM
you could just do a release build of one of the examples to check
👍 1
j
Jilles van Gurp
12/31/2020, 9:05 AM
Have not made comparisons but a production build for a simple fritz2 app I have is currently 743 KB; which seems reasonable. DCE seems to work quite well these days.
h
Hampus Londögård
12/31/2020, 10:47 AM
Thanks. 😀
Gonna get my own app up this vacation I hope 👍
j
Jens Stegemann
03/02/2021, 7:48 PM
Today we released version 0.9 supporting the IR compiler backend. Using this results in much smaller output size (as far as we could see).