Tag: react
All the articles with the tag "react".
- Published: at 11:00 AM
Building a Purchasing Power Visualizer with AI-Assisted Development
How I built and refined an interactive app to measure French purchasing power in minutes of work - from minimum wage to median salary, from a magazine article to a full economic tool, with AI as both copilot and auditor.
- Published: at 10:00 AM
Making Financial Data Readable
Practical strategies for visualizing financial metrics without the confusion.
- Published: at 05:30 PM
You Probably Don't Need Dependency Injection in React
DI in React: when it helps, when it gets in the way, and how to do it without overengineering.
- Published: at 03:30 PM
Async LocalStorage in TypeScript
How to handle localStorage asynchronously in TypeScript and React
- Published: at 06:22 PM
React Performance: Memoization Is Not Free
When React.memo, useMemo, and useCallback help - and when they make things worse.