10 Web Development Trends in 2023
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
An overview of key web development trends for 2023, focusing on the shift from client-side to server-side rendering with meta frameworks.
A technical tutorial on building an internal company wiki using Hygraph (GraphCMS) and Next.js for backend and frontend development.
A developer built CodeGuessr, a game where players guess which open-source project a random code snippet belongs to, using Next.js and the GitHub API.
A tutorial on customizing Strapi v4 controllers to add custom business logic for a messaging app backend, integrated with a Next.js frontend.
A tutorial on building a Chrome extension using Next.js and the Notion API to save and tag web links.
A tutorial on building a static markdown blog using Next.js, covering setup, components, and rendering posts.
A guide to setting up a Next.js project with ESLint, Prettier, Husky, and lint-staged for consistent code quality and pre-commit hooks.
How to add a lang attribute to your Next.js site's HTML element for improved accessibility and Lighthouse performance scores.
A step-by-step guide to manually deploying a Next.js application to Netlify using the CLI and plugin.
A tutorial on implementing a content preview system using Strapi (headless CMS) and Next.js for the Jamstack architecture.
A developer shares their experience building a decentralized application (dApp) using Solidity, TypeScript, and Next.js over a weekend.
A step-by-step tutorial on building a full-stack TypeScript Todo application using Next.js and MongoDB, from setup to deployment.
Learn how to add a progress bar to a Next.js app using NProgress for better user experience on route changes.
Guide to setting up and customizing Bootstrap in Next.js projects, including SCSS configuration and react-bootstrap integration.
An introductory guide to NextJS, covering its core features like file-based routing, static generation, and server-side rendering.
Explains shallow routing in Next.js, a technique to change URLs without re-running data fetching methods, using the useRouter hook.
A developer explains the tech stack and process used to build their custom blog, focusing on Next.js and MDX for flexibility.
A tutorial on implementing user authentication and protected routes in a Next.js application using Supabase's Auth client library.
A tutorial on implementing user authentication in a Next.js application using Supabase, an open-source Firebase alternative.
A concise guide to learning Next.js, covering its core concepts, features, and setup in a tweet-thread format.