I started working on an already finished website, that was made using react, my job is just to fix things or add features.
As of recently I got a complaint that said there was a problem with one of the requests, upon further investigation i found out that there was a resquest being sent to facebook on the URL "https://www.facebook.com/tr/", I searched in the code and I couldn't find any reference to this URL, I also noticed that it happened everytime a button was pressed, and in some cases all the button did was change a the state of a variable and for some reason the facebook request still happened.
So I was wondering, since react was made from facebook, if it needs to perform a request to the facebook API, in order to access some of its features.
question from:
https://stackoverflow.com/questions/65917901/is-it-necessary-to-make-any-request-to-the-facebook-api-in-order-to-make-a-reac 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…