6 ms·
Quarkus beats the crap out of Spring in every possible aspect, perf, DX, you name it.
by sonicgear1 3y ago
Quarkus beats the crap out of Spring in every possible aspect, perf, DX, you name it.
- willsmith72 3y agohard disagree on DX, which part of it do you find better with Quarkus?
- richbell 3y agoDevTools is a big one.
- reactor 3y agoNot OP, but as someone who has used Spring quite extensively (6+ yrs) in the past and using Quarkus for all project these days, DX is much better with Quarkus. Hot reloading (to the extend that change-save-refresh would feel like working with a python/ruby projects), shallow stack traces, less 'magic', , excellent documentation, plethora of modules, less memory footprint, milliseconds start/restart (owing to compile time wiring), first class container support, dev tools, always running tests are few that makes DX with Quarkus amazing.