Articles tagged with 'nextjs'
Accessing pathname in Next.js generateMetadata
An annoying hack to get access to the current pathname in Next.js 13 app router generateMetadata function.September 10, 20231 min readConvert Gist Links in Markdown to Embeds in Next.js
Convert unadorned gist links in markdown to React-compatible embeds in Next.js.December 24, 20231 min readColocated images with MDX and Next.js
An inelegant workaround to use colocated images with MDX on Next.js.November 8, 20223 min readNext.js ForwardRef Error in Storybook
Getting around interesting quirks with dynamically loading components in Next.jsMay 7, 20241 min readRecently, in workflow optimisation
An revision of tools for improved productivity and workflow management.August 28, 20235 min readPrevent scroll preservation on jump links in Next.js
Allow jump links to scroll to the correct position in Next.js.July 10, 20241 min readProxy Redirect Netlify Sites
Proxy redirect parts of one Netlify site to another.August 22, 20222 min readTest thrown errors in Next.js 14 with Storybook
Throw errors in Next.js components and make them testable in Storybook interaction testsJune 16, 20241 min readTesting Next.js 14 and Supabase
Pro tips for getting testing up and running with Next.js 14.May 29, 20242 min readDeploy sharp with Next.js on Netlify
Troubleshooting sharp errors on Netlify.October 23, 20222 min readTesting with Next.js 15, Playwright, MSW, and Supabase
Setting up testing with mocked requests and authentication in Next.js and Supabase using Playwright and MSW.February 14, 20257 min read