Skip to main content

How to integrate airtable in your react.js application

  • June 17, 2021
  • 0 replies
  • 35 views

Hi, I am trying to integrate Airtable in my local react.js application. I made a tool/template in Airtable now I want to integrate it into my local react app. I want this template to work for every particular logged-in user means the logged-in users can see their own space of my template whenever they logged in.

for ex: I attached a very rough example of what I want to make:

I want this table to be associated with the logged-in user

is there any oAuth available to integrate the whole Airtable logged-user table to my react application like this

instead of this table can I integrate my custom template/tool of airtable on my site ?