開発ドキュメント https://mica-yarn-3e9.notion.site/bubbleQL-3777f64de4ba4bb58720b9503f9f794f
This is a DB client tool that can handle Bubble's DB in an Airtable Like manner.
please access this url
https://www.figma.com/file/P8tWlAeBI12GGXHet1Nq9l/BubbleQL?node-id=0%3A1
First, run the development server:
npm install
# or
yarn installnpm run dev
# or
yarn devnpm test
API routes 内は Node 環境らしいので、got を利用する。
SSG にする?
- リアルタイムに更新が必要なコンテンツが無理っていうのは、API とかのデータ取得でも同様なのか? ちょっと実験してみないとわからない。 ページ数は多くないので、SSG が向いているような気もする。 が、レンダリングが無理なら、そもそも候補に入らない。
- Atmic Design を採用
- SWR を使って同一リクエストを違うページで行い、都度キャッシュさせる?
- props のバケツリレーをしたくない。 https://swr.vercel.app/ja/docs/getting-started これを見る限りそれで大丈夫そう
https://react-icons.github.io/react-icons/icons
FYI ref : https://zenn.dev/taichifukumoto/articles/how-to-use-react-icons