Flask app javascript fetch() response without reloading page.
Budget: $10 – $30 USD
I have a Flask app view that I need to be called via JS fetch() asynchronously to post submit and then get response 'rows' (table rows) from a view function in flask server and display them in a table in HTML.
This should happen without reloading the page as follows:
1. Get url should initially load a static page that has a submit button.
2. Clicking the Submit button should bring response back from server. I want that my page should not hold up or wait for the server to response back (so there should be no wait on UI), and it should automatically refresh as soon as the response is available from server.
This should happen without reloading the page as follows:
1. Get url should initially load a static page that has a submit button.
2. Clicking the Submit button should bring response back from server. I want that my page should not hold up or wait for the server to response back (so there should be no wait on UI), and it should automatically refresh as soon as the response is available from server.