Menu

Close
Subscribe
  Subscribe

Data to React App

Jan 21, 2017

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.

  • CHENG’S BLOG - Data to your React App
  • Julien Phalip - DjangoCon US 2015

Share this post

Twitter Facebook Pinterest Google+

Converting React project from ES5 to ES6/7

Thunk