Skip to content

Experiment: Server side rendering #24

Description

@mshenfield

Most of the page load time to DOMContentLoaded is taken up rendering the React components. There might be a good tradeoff to render the React components server side.

screen shot 2017-04-17 at 9 16 46 am

Walmart Labs has thought through the tradeoffs and how to make SSR work well.

Since we already have node.js installed, and we are only using the Flask app as an API because it wraps sklearn, it might be better to build the react server side rendering into a simple node-based server we expose directly (e.g this StackOverflow answer)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions