Are all JSX converters this unintuitive, or is it just me? Notes from wiring brand text colors in Payload Lexical - and the surprises that followed.
A three-step Context refactor on a B2B app - menu state in App vs MenuContextProvider vs custom hooks, focused on re-render optimization.
Creating a new collapsible card component by modifying an existing one using the library's tools and practices
First steps in Payload's NextJS website template - uploadable header logo via a new global, upload field, unstable_cache tags, and afterChange revalidation...
Notes from my first time wiring Contentful Rich Text into Next.js 13 - customizing links with documentToReactComponents options
Mapping Contentful blog entries in getStaticProps and reshaping nested fields so the date string uses Serbian locale formatting
Using fill, sizes, and object-fit on next/image for a hero background fed by Contentful, instead of background-image in CSS.
If you’ve worked with Next.js, you’ve probably seen this error before. It’s the one where the browser complains that "Text content does not match server-rendered HTML"...