This is a Next.js project that fetches and displays data from Airtable.
First, install the necessary packages:
npm install
# or
yarn add
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
- React (Next.js)
- Redux
- Typescript
- Airtable API
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
To learn more about Redux, you can check out this introductory video on Redux by Mosh Hamedani. It is well detailed and discusses the underlying principles of the library that many tutorials fail to highlight.
To learn more about Typescript, take a look at the official documentation.
To get started with Airtable, check out these videos which cover the fundamentals of the tool and using the Airtable API respectively: