Build and deploy a Next.js ecommerce website in 5 stepsIn this article, I'm going to show you how to build and deploy an ecommerce website in 5 steps. By leveraging the Cosmic React component library Blocks, we can build a high performance ecommerce website ready to accept product purchases in a matter o...May 2, 2024·5 min read
12 Must-Have TypeScript Utility Types with Uses and ExamplesThe introduction of TypeScript and its static typing capabilities has had a profound impact on the developer experience in the JavaScript world, making it now the industry standard for most large-scale codebases. However, TypeScript's value does not ...Aug 29, 2023·8 min read
Ditching State for searchParams: The Future of Next.js 13Prerequisites In order to get the most out of this article, you'll need a few things: To be using Next.js 13 or later. To be utilizing the new App Router project structure. To be familiar with React's useState hook, and likely already be using it....Aug 16, 2023·8 min read
Migrate from WordPress to a headless CMS in 3 easy stepsIn this article, I'm going to show you how to migrate from WordPress to a headless CMS in 3 easy steps. To make this quick and simple, we will be using the Cosmic WordPress Importer extension to import posts using any available WordPress RSS feed. Th...Aug 16, 2023·3 min read