Posts by BRANDON KLUCK • 11 points
2 posts
-
-1
votes1
answer490
viewsQ: Error when setting values a loop "React Limits the number of renders to Prevent an Infinite loop"
Well, I have a useEffect that searches my data from an API and then set the values to a useState, but it’s entering an infinite loop and I can’t get my values in the other variable I created. export…
-
1
votes1
answer58
viewsQ: How to create a class to connect to in Firebase?
I’m trying to create a class where I’ll connect in the Firestore of Firebase, and then I’ll take this class and instantiate it where necessary, I made this part of the code but I don’t know what…