Hi, I am fairly new on MVX JS frameworks and I 'd like to know if there is any good practice, or if it is a good practice itself mixing data from two different requests (diff REST url on this case) in a single HTML(handlebars on my case) template.
I think doing that is absolutely 'natural' from layout and functionality point of view in my case, but then I have a questions about how and when merge both (two on my case) objects (each one got from a different request).
Model stage? although can't really see how to do it here... If I understood it properly so far (again, I am fairly new on it), there is a relation between MODEL and URL end point,
Or maybe processing data from two different models, then mixing it (I will need to workout sincronisation between requests) and once I am sure my object is fully filled with data from my two requests invoque my view..?
Or maybe it is just a bad Idea since the beginig and I should use a VIEW per CALL/Model?
Any help? thanks a lot