Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gatsby, fast content based websites with React
Search
Cheesecake Labs
December 04, 2019
Programming
0
51
Gatsby, fast content based websites with React
Cheesecake Labs
December 04, 2019
Tweet
Share
More Decks by Cheesecake Labs
See All by Cheesecake Labs
Cats' wellness & care
cheesecakelabs
0
58
How do we create the first impressions?
cheesecakelabs
0
67
Menstrual cup: suit and freedom
cheesecakelabs
0
82
Life is a cycle, better with a bicycle
cheesecakelabs
0
68
Interview Process: how to get the best of people
cheesecakelabs
1
100
My capsule wardrobe experience
cheesecakelabs
3
76
Stonewall Rebellion and its impact on LGBTQIA+ history
cheesecakelabs
1
55
Pregnancy, childbirth and breastfeeding: What do I have to do with it?
cheesecakelabs
0
55
MBTI - Psychological types described by Jung
cheesecakelabs
0
150
Other Decks in Programming
See All in Programming
S3ストレージクラスの「見える」「ある」「使える」は全部違う ─ 体験から見た、仕様の深淵を覗く
ya_ma23
0
740
コーディングルールの鮮度を保ちたい / keep-fresh-go-internal-conventions
handlename
0
210
「接続」—パフォーマンスチューニングの最後の一手 〜点と点を結ぶ、その一瞬のために〜
kentaroutakeda
2
840
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
610
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
150
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.5k
Windows on Ryzen and I
seosoft
0
320
ロボットのための工場に灯りは要らない
watany
11
3k
Goの型安全性で実現する複数プロダクトの権限管理
ishikawa_pro
2
460
PHPのバージョンアップ時にも役立ったAST(2026年版)
matsuo_atsushi
0
140
Claude Code Skill入門
mayahoney
0
400
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
160
Featured
See All Featured
Un-Boring Meetings
codingconduct
0
230
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
180
A Soul's Torment
seathinner
5
2.5k
We Are The Robots
honzajavorek
0
200
Optimizing for Happiness
mojombo
378
71k
Faster Mobile Websites
deanohume
310
31k
The Invisible Side of Design
smashingmag
302
51k
Raft: Consensus for Rubyists
vanstee
141
7.4k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
490
Side Projects
sachag
455
43k
Ten Tips & Tricks for a 🌱 transition
stuffmc
0
90
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
320
Transcript
Gatsby Gatsby is a free and open source framework based
on React that helps developers build blazing fast websites and apps
Gatsby is a "static" website generator
None
None
1. Modern web tech without the headache 2. Speed past
the competition 3. Progressive Web App by default 4. Bring your own data https://www.gatsbyjs.org/
Content is the king (Data sources)
None
https://www.gatsbyjs.org/docs/how-plugins-apis-are-run/
Node runner Data sources Create node (reducer) Call onCreateNode Provide
data to query Build
How to query the data
None
None
None
Data can be queried inside pages, components, or the gatsby-node.js
file, using one of these options: 1. The pageQuery component 2. The StaticQuery component 3. The useStaticQuery hook
None
Performance Optimization Performance is hard. Let’s make Gatsby do the
work.
https://www.gatsbyjs.org/blog/2017-09-13-why-is-gatsby-so-fast/#reach-skip-nav
Image performance Ohhh myyyyy
https://using-gatsby-image.gatsbyjs.org/ The problem: Large, unoptimized images dramatically slow down your
site.
None
Everything is a plugin 1480 plugins today
None
None
Nothing is perfect Pages (solves with a plugin), variables inside
query), cache and build time problems on deploy (netlify)
Why we should use at CKL?
Real world projects
Questions?
Thanks