August 2024
Never Call new Date() Inside Your Components
Discover what are pure functions, why and how to keep your code pure. Save yourself headaches, just do it.
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.