Introducing the New Strapi Starter with Next.js 13, Tailwind, and TypeScript
Today, we’re excited to introduce our new Strapi Starter built with Next.js 13, Tailwind, and TypeScript. This open-source project is a collaborative effort started with…
Today, we’re excited to introduce our new Strapi Starter built with Next.js 13, Tailwind, and TypeScript. This open-source project is a collaborative effort started with…
We want to make every Next.js application build faster for production, and get instant feedback in local development. Next.js 12 includes a brand new Rust…
Before we start looking at the image optimization techniques which Next.js provides out of the box, let’s agree on one thing … I will try…
As we announced at Next.js Conf, our mission to create the best developer experience continues with Next.js 11, featuring:
Supabase has continued to gain hype and adoption with developers in my network over the past few months. And a lot of the people I’ve…
Even though modern Javascript-based frontend frameworks like React help us develop robust dynamic websites, they have one major downside: the client has to wait until…
Authentication, or confirming the identity of a user in an application, is critical to implement in web applications. Authentication creates a system for verifying user…
Next.js, the React framework by Vercel, has continued to grow in popularity as more React developers pursue server-side rendering, static site generation, and incremental static…
We are excited to introduce Next.js 10.2, featuring: Faster Builds: Up to ~60% faster subsequent builds with caching. Faster Refresh: 100ms to 200ms faster refresh.…
In this article, we will learn how to use two excellent techs, Next.js and Strapi to build a simple to-do app. Strapi is an open-source…
Forms are an essential part of the web. This guide will demonstrate how to build a performant, accessible form with Next.js while teaching the best…
A very popular stack for building responsive web apps is Tailwind CSS and Next.js by Vercel. Tailwind, a utility-first CSS framework that replaces the need…
Next.js is a popular open-source web framework that allows you to build both SSR and static web applications with React. Created by Vercel, this production-ready…
Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable and developer-first. I’ve been using Strapi for some of my Open Source projects…
Next.js has been designed for gradual adoption. With Next.js, you can continue using your existing code and add as much (or as little) React as…