g0v / vaccinate

vaxx.tw is a tool to find COVID-19 Vaccine Appointments near you
http://vaxx.tw
MIT License
33 stars 20 forks source link

React.js seems to be infinitely pulling from web server #54

Closed yorkxin closed 3 years ago

yorkxin commented 3 years ago

It seems that fetch() in the Home.jsx component is triggering HTTP requests infinitely.

Consider using componentDidUpdate() or a state data flow?

Screen Shot 2021-05-17 at 22 01 14
kevinjcliao commented 3 years ago

Yes, I just realized this in the shower today. :P

If you have the time, please PR!