You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Almost any standard React components can be used on the server side
11
11
- Server provides standard HTML rendered from the React components
12
12
- This HTML can be attached to the same React code on the client side (the _Hydration_)
13
-
- Compatible with Spring Web MVC and Spring WebFlux
13
+
14
+
15
+
.Provides integration with:
16
+
- Spring Web MVC
17
+
- Spring WebFlux
18
+
- Ktor
14
19
15
20
Double View allows to use standard React (and possible other JS frameworks, such as Vue) seamlessly with Java backend frameworks.
16
21
Once the React View has rendered on the server (SSR) it can be "hydrated" back to the same React code on the client side and continue dynamic interaction without any change to the original React code.
0 commit comments