vaadin / vaadin-connect

A Vaadin Labs experiment with a secure stateless communication framework
https://vaadin.com/labs/vaadin-connect
Apache License 2.0
18 stars 5 forks source link

investigate the build / live-reload performance on 1000+ source files #372

Open vlukashov opened 5 years ago

vlukashov commented 5 years ago

One good thing is that I don't have to re-build or hotswap anything, just making changes and things appear magically. But then, does it scale well with a large system? Is there a way to configure this?

Does anybody have experience on what happens with base-connect-starter DX if you add 1000 TS files to the project?

I just want to know that you can build a large business web app without suddenly having a 10 minute webpack compile time

Connect apps should have shorter or the same build time for the same size of app (same number of views / same number of source files) compared to Spring + Angular. Benchmarking agains Flow does make sense as well, but it's not the selected reference tech stack for Connect.