Introduction
  • Introduction
  • Where is the code?
  • Create your First Block
  • Base, useBase - 2 ways to work with the Base Model
  • Tables - Working with the Table Model
  • Records, useRecords - Accessing the records in your table
  • Get Cell Value - Get data from individual fields
  • Cell And Record Rendering - Use Airtable UI Components for rendering
  • Cursor - What is the user doing?
  • Get Selected Record - The record selected by the user
  • Fetch Data - Call an external API
  • Update Record - Write data back to your table's records
  • Added June 2020 - Get Selected Record and Async/Await
  • GlobalConfig Part 1 - Store your configurations
  • GlobalConfig Part 2 - Automatic configuration management
  • Added June 2020 - Input Synced (GlobalConfig Part 3)
  • Working with SCSS stylesheets