Closed Stefan4472 closed 3 years ago
Specifically, how wahl_jahr is selected.
wahl_jahr
Also, navigating between pages should keep the same election year. Therefore, it should probably be part of the URL.
As Adem told me, the React-way of doing this is to use LocalStorage, rather than doing this in the URL. This is slightly less convenient for the user, but much easier to code.
Specifically, how
wahl_jahr
is selected.Also, navigating between pages should keep the same election year. Therefore, it should probably be part of the URL.