-So for all my buttons, I tried by best to apply conditional rendering if any of them isn’t currently doing that let me know (learned how to toggle a boolean value with the not operator in the process of working it out which I think is pretty cool)
-Fortunately I managed to get the button to populate different names (for loop and calling my createUser() function a couple of times) but the issue I have is it starts at 0 and once I start clicking it, it "toggles"/renders the list of data (and does the conditional rendering from the looks of it) but it doesn’t load it up at first and I haven’t been able to come up with a solution or a reason as to why that’s doing that.