My Open Source Origin Story
A developer shares their personal journey into open source, detailing their initial steps with React Query and the TanStack community in late 2020.
A developer shares their personal journey into open source, detailing their initial steps with React Query and the TanStack community in late 2020.
A developer's personal year-in-review, reflecting on coding work, side projects, and blog writing habits in 2024 and looking ahead.
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.
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.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.