Hi!
New to the party and I was hoping to get started with the Gatsby guide released on Nov 13 '20.
Is this guide work in progress?
I’ve tried to follow it pretty much word-by-word, but it seems that there’s a lot left out.
- literally the third codeblock I’m supposed to copypaste into my app causes a crash, because there is no
blok.title
. - first guided replacement of
pages/index.js
is making use of../components/Layout
, which at this point doesn’t exist. - then, the example code for
components/layout.js
does not inject anything into my header, which I assume is critical for the visual editor to pick up my app.
(also,<Header>
is not defined in that component)
Now, I am also just getting started with React, so I must admit I am not proficient enough to proofread all of the guide and fix it while trying to follow along.
Is there any guide that actually works “out of the box” with Gatsby? Or would you suggest I do the Next guide instead?
Cheers & thanks for the help