Hi @Leah_Herde!
I’m only a fledgling developer myself, and have scant experience with React, but this strikes me as more of a React architecture question than an Airtable question. There are probably many different ways you could choose to structure your React application, and many different ways you could handle your API calls within that application – no one of them is necessarily the ‘right’ way; it’s more a matter of what will work best for your particular needs. I’m not really sure where the best place to direct your questions is, but I’m not sure the Airtable forums is the right place for it.
Based on this requirement, it sounds like you may want your API call to be made from a component that is downstream of the user login, so that you can pass that user data with the API call and limit the records you are bringing back to only those that are relevant.
… but again, I have little experience :man_shrugging:t2: