Streaming APIs with FastAPI and Next.js - Part 1
A tutorial on building a full-stack app using FastAPI to stream data via chunked transfer encoding and a Next.js frontend to display it in real-time.
A tutorial on building a full-stack app using FastAPI to stream data via chunked transfer encoding and a Next.js frontend to display it in real-time.
An overview of React's key features like component-based architecture and virtual DOM, explaining its benefits for modern web development.
A tutorial on displaying toast notifications for React Server Actions using the useActionState Hook and useEffect.
A tutorial on implementing toast notifications for React Server Actions using the useActionState Hook, including code examples.
Explains how to use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
A developer shares technical insights and techniques used to create the whimsical animations and interactive elements on their new course landing page.
A guide to the essential React libraries for building large-scale applications in 2025, covering state, routing, styling, and more.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A tutorial on converting a Vite React project from JavaScript to TypeScript, covering installation and configuration.
A comprehensive guide to Redux, covering its core principles, use cases, and a full practical example for state management in JavaScript/TypeScript apps.
A guide on splitting large React components into smaller, focused units to improve maintainability, reusability, and unit test coverage.
Introducing Glasnost, an open-source mobile client for GitLab designed for better UX on small screens, with multi-host support and themes.
A 5-step guide to organizing React projects, from single-file apps to scalable folder structures for large applications.
A tutorial on using Search Params (Query Params) in React Router 7 to manage and share application state via the URL.
A tutorial on using Descendant Routes in React Router 7 to manage routing for related components without nesting.
A tutorial on implementing Nested Routes in React Router 7 to create tabbed navigation and dynamic view updates.
A quick tutorial and code example for getting started with React Router 7, covering basic routing concepts.
A tutorial on implementing private/protected routes in React Router 7 to control user access based on authentication and authorization.
A tutorial on implementing routing in React using React Router 7, covering setup, navigation, and route configuration.