Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion articles/getting-started/prerequisites.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ order: 10

= Prerequisites

Vaadin enables the creation of full-stack web applications in Java. The *Vaadin Flow* framework allows you to build even the user interface using Java only.
Vaadin enables the creation of full-stack web applications in Java.

The *Vaadin Flow* framework allows you to build even the user interface using link:https://www.java.com/en/download/help/whatis_java.html[Java] only.

You can also build your user interface in link:https://react.dev/[React] and link:https://www.typescriptlang.org/[TypeScript]. In this case, Vaadin takes care of the integration to the Java backend through the *Vaadin Hilla* framework. This makes it easy to call Java services from the browser using a type safe API. You can even combine Flow and Hilla views in the same application.

Expand Down
Loading