Skip to content

Instantly share code, notes, and snippets.

@uploadcare-user
Created March 30, 2018 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uploadcare-user/814b100415137c2241c3892c073031e2 to your computer and use it in GitHub Desktop.
Save uploadcare-user/814b100415137c2241c3892c073031e2 to your computer and use it in GitHub Desktop.
Short snippet frequently encountered in apps with Redux and server-side rendering
<script>
window.__INITIAL_STATE__ = <%- JSON.stringify(initialState) %>;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment