@FrienD wrote:
Hello everyone!
I am newbie in the world of the development of SPA and apologize in advance for a simple question.I have two models:
theme
andcollection
, and they have relations: theme has many collections.
On page/themes
a user can see the componenttheme-card
with theme. When he clicks on one of the cards, I must load nested resource -collection
for clicked theme and render it with compoentcollection-card
. How I can do this, if components with following manuals shouldn't load any external data?Thank for your answers!
Posts: 2
Participants: 2