This repository has been archived by the owner on May 31, 2024. It is now read-only.
Replies: 1 comment
-
Thanks for your question @Alos! When we want to pass information between pages we usually use a library to manage the state of the application. Examples of those libraries can be Some time ago we were using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Because the vaadin-router dynamically replaces the page-elements shown inside the
<main>
tag, there is no chance for theapp-index
to pass some properties down to the page-elements.Whats the best way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions