Glasnost: yet another Gitlab's client.
Introducing Glasnost, an open-source mobile client for GitLab designed for better UX on small screens, with multi-host support and themes.
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 developer's journey migrating their personal blog from Gatsby to Next.js and finally to Astro, focusing on build times, maintenance, and performance.
The author announces Neodrag v3, a cross-framework drag-and-drop library, discussing its origins, motivations for the update, and future goals.
A developer reflects on a year of professional growth, including work at Meta, conference speaking, and starting a new role at WorkOS.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
Explains a server-first approach to form validation in full-stack React, detailing benefits and when to add client-side validation or libraries.
A developer reflects on their experience joining and leaving Meta, covering the company's unique dev tools, internal culture, and the reality of working on massive codebases.
A guide to adding invisible text in HTML that only appears when copy-pasted, including a practical React component implementation.
A guide to a popular React tech stack for building full-stack applications and SaaS products in 2025, based on the author's experience.
An updated guide on React ref callbacks, covering changes in React 19 and best practices for avoiding unnecessary re-renders.
Explores common React data fetching patterns like sequential and parallel fetching for components on client and server.
A critique of React as legacy technology, arguing against its use in new projects due to performance and accessibility issues, and advocating for simpler client-side stacks.
Explains how to structure large React applications using a feature-based architecture for better scalability and maintainability.