I am using ReactJS + axios to discuss client side APIs. I am new to Javascript.
How do I implement a lengthy survey so that I can receive real-time updates on a web page?
Is there a better way to do real-time updates on a page when the backend is a JSON REST api? Should I study the use of Web sites or events on the server or a long poll - is this normal?
source
share