2022-11-28
|~2 min read
|382 words
NextJS has documentation for layouts. It even has a section for Typescript. Unfortunately, when I tried to follow it, I ran into a whole…
2022-11-28
|~4 min read
|654 words
In moving my blog from Gatsby to NextJS, I needed to solve a big architectural difference between Gatsby and Next. When building my site…
2022-11-28
|~2 min read
|245 words
NextJS includes built-in support for Dynamic Routes. This is great, but sometimes things go awry and unfortunately the errors aren’t…
2022-11-28
|~2 min read
|354 words
When navigating around a digital store, it can be a nice enhancement to let the user know which page they’re on by updating the tag’s title…
2022-11-28
|~4 min read
|770 words
Things we’ll be covering: Creating an Apollo Client Connecting the client to React Creating An Apollo Client I’m working in NextJS, so my…