My reactjs application is running successfully.
now I need to import css file (styles.css)
when I run the code after adding import "./styles.css"; it displays error unexpected token .
import {initializeBlock, Input, useBase, useRecords} from '@airtab...
I need to show and hide a loading image as my records is being fetched from airtable using the documentation code below
import { Loader } from "@airtable/blocks/ui";
const loaderExample = <Loader scale={0.3} />;
here is my code. can someone help me
...
Am trying to export or call two functions Eg. (teachers.js and student.js) that are link up to index.js but it throws error initializeBlock should only be called once.
If i tried to call the both at index.js as per below, it will not work.
initializ...
I have my logo.jpg image inside frontend folder of my helloworld app. I tried to call the image but nothing is being displayed.
import {
initializeBlock,
useBase,
useRecords,
} from '@airtable/blocks/ui';
import React, { useState } from '...
How to navigate from one page to another with Airtable reactjs
I have 2 pages(home.js and access.js) linked to index.js
when I run the code via block run. it says Bundle updated but am seeing
this error in my airtable
Error: Objects are not valid as...
@Matthew_Thomas, I have another question. am trying to import my css files style.css and bootstrap files. but the default helloworld does not have webpack.config file. Do I have to configure and install webpack myself