Component Design Principle
Hello, I've been assigned a task to create a side menu that is responsable for creating or editing an entity.
What I thought the models and inner workings of component shouldnt know about the API. That lead me to the need of mapping API models to side menu component's models.
I would like to know how you or would you approach to this?
0 Replies