Overview
The transition from gatsby-source-airtable to jbolda/gatsby-source-airtable marks a significant upgrade for users leveraging Gatsby.js with Airtable. This new plugin promises an improved experience for developers while maintaining compatibility with existing projects. With a straightforward installation process and a focus on multiple table support, it streamlines the integration of Airtable data into Gatsby applications.
Features
- Multiple Tables Support: Easily configure multiple Airtable tables by adding additional plugin settings to your Gatsby project.
- Improved Compatibility: Designed specifically for Gatsby v2+, ensuring a seamless experience for users upgrading their applications.
- Easy Installation: Simply run
npm install --save gatsby-source-airtable to incorporate this powerful tool into your project. - Transparent Transition: The transition from the deprecated plugin to the new one is smooth, with no disruption to npm functionalities.
- Focused Documentation: All new issues and documentation are centralized in the updated GitHub repository, making it easier for developers to find support.
- Query Limitations: While it allows multiple tables, note that it currently does not support cross base querying, which could impact certain project requirements.