Next.js Blog posts
Blog posts
A 2021 guide about structuring your Next.js project in a flexible and efficient way
Next.js is very unopinionated about how to structure your Next.js project. Here is a guide that helps a bit!
Jan 21, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript
Migrating Next.js (+Jest/Storybook/Cypress) to use module path aliases, instead of relative paths
Relatives paths get messy, aliases help clean things up and avoid āsubpaths hellā.
Jan 18, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript
Using Storybook 6.1 with Next.js and Emotion 11 ā Advanced usage and best practices
Adding Storybook was exciting, a bit needlessly complicated, but the result is great!
Jan 17, 2021
Node.js
React.js
Next.js
OSS
Software Development
TypeScript