@drakvuf wrote:
Hi everyone!
Recently I’ve completed Mike North’s amazing Ember course on Frontend Masters. I really liked Ember and would like to rewrite one of my “oldschool” website into it.
My question is: if I want to make the initial load of my app SSR do I have to use Ajax calls or can I load my data some different way in Ember?
Currently my app makes a few SQL query then renders the site. Making this with API calls seems to be overhead.
Posts: 1
Participants: 1