1 Conventional Method: Client fetches data via Ajax after initial page load. 2 Less conventional method: Server serializes data as global Javascript variable in the inital HTML payload (see Instagram). 3 Server side rendering: Let the server render the output HTML with data and send it to the client.