I am struggling to implement the following:
I want a component that shows a value (from an API).
This value is read once during a static build and baked into the HTML.
Now when the website is deployed and javascript is enabled I want to show a button.
If the button is pressed it should again read (from an API) and update the value that was baked in during the static build.
I've been been digging into components, island and client loading and did not quite get there yet.
This should be possible, should it?
I am running in hybrid mode as I also have other API endpoints.