CCelestiallines.com

React Articles

Notes on PHP, Drupal, Laravel, React, and Next.js development.

How to Fetch Data in React: useEffect vs React Query

Jun 2026

How to Fetch Data in React: useEffect vs React Query

Fetching data in React: the full manual useEffect approach (and everything it takes to make it merely correct — loading/error state, race conditions, no caching), the same thing with React Query, mutations with automatic cache invalidation, and when plain useEffect is still the right call.

Read more →
How to Install React

Jun 2026

How to Install React

The current recommended way to set up a React project with Vite (not the deprecated Create React App): requirements, TypeScript, project structure, environment variables, and building for production.

Read more →