How to Use Airtable as a Cloud-Based Database for a React App

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 is a companion discussion topic for the original entry at https://blog.crowdbotics.com/use-airtable-cloud-based-database-for-react-app/

@amanmittal
Great post, and super helpful!
One question. How would I go about sorting all of the cards based on one of the Airtable columns, such as by title? For instance, if I wanted the cards to sort alphabetically by title?
Thanks!