Airtable is an online service that provides convenient data storage in spreadsheet format. Even though it looks and feels like a simple spreadsheet editor, you can actually use it to build powerful, dynamic applications. Without going through the process of building and managing a server, you can use Airtable’s API like a database and plug in any of your frontend libraries.
This tutorial will showcase you how easy it is to manage data on an Airtable spreadsheet. Then, by using Airtable’s API, you’re going to create a React application that will fetch data from the API. By the end of this tutorial, you will have a complete idea of how to create React apps and use Airtable to store data in the cloud.
Instead of going into too many details about CSS styles, we’ll learn how to use Material UI library in a React app. This library makes it easy to create pleasing React UI components.
#react #airtable