September 2024
Component Composition is great btw
Great article about how separation of concerns works in React.
Great article about how separation of concerns works in React.
Learn how to use url to manage states and components by making it the single source of truth.
Discover what are pure functions, why and how to keep your code pure. Save yourself headaches, just do it.
Because the abstractions used by a backend are not always (often?) the best ones for frontend, it can be a good practice to map the DTOs to frontend oriented data.