Fetch data and dynamically show it in the same component?
I give Inertia a try right now and maybe my understanding is not correct or I miss something. I have a Detail
component like this. This one has an input text for an api key and a button. Below that I want to render a list of items, when the submit call is coming back with a response.