Intro to React + How I Organize Files
What React actually is, what it is not, and the file structure I reach for on every new project.
What React actually is, what it is not, and the file structure I reach for on every new project.
A test suite at 99% coverage, all green, and the main feature of the app is broken. Nobody wrote a bad test. That is the interesting part.
The reducer model goes global with Redux Toolkit: slices, Immer, async thunks—and an honest look at when a store is the wrong tool.