Any plan to support Spring WebFlux
Now I use Spring WebFlux for HTTP REST API services because of performance, at the same time I use Vaadin to build UI, and this is the famous problem between Spring MVC and WebFlux.
Can I use SpringMvc and webflux together? https://stackoverflow.com/questions/53883037/can-i-use-springmvc-and-webflux-together
More and more developers use WebFlux, and any plan for Vaadin to support WebFlux?
Hi @linux-china we have had some ideas about supporting reactive development with Vaadin, but there hasn't been anything concrete yet done, or anything planned at the moment. Here is a related issue https://github.com/vaadin/flow/issues/3801
Very interesting, it was just the same, if I have used project reactor with Vaadin flow a couple of times, together with Spring WebFlux's WebClient but, under background is not only necessary reactor-netty?