Step 4 in the React architecture cleanup:
Separate server API and UI code by introducing DTOs and domain entities. This isolates the API response data structures in the API layer while promoting shared data models in the rest of the application.
Here’s the blog post including a course waitlist: https://profy.dev/article/react-archi...