Can anyone guide me on using airtable as my rest API in a react app that is an admin dashboard. I need guidance on where to place the call to the API.
For example do I need to set up one config file to call the API or do I list it separately by compo...