Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export render function #1292

Closed

Commits on Mar 22, 2017

  1. Build the prod bundle as UMD and export render function

    Derive a library name from the project name in package.json.
    
    In the index.js template, don't render the App unless window is defined,
    and export a render-to-string function.
    pugnascotia committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    7652b2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2851fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fe65c0 View commit details
    Browse the repository at this point in the history
  4. Write SSR documentation

    pugnascotia committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    aedc2b1 View commit details
    Browse the repository at this point in the history
  5. Node v4 e2e fix

    pugnascotia committed Mar 22, 2017
    Configuration menu
    Copy the full SHA
    9a88142 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2017

  1. WIP - parse src/index.js and look for exported functions

    Start implementing intelligent server bundling by parsing the app's
    entrypoint and looking for an exported function.
    pugnascotia committed Mar 23, 2017
    Configuration menu
    Copy the full SHA
    a6b6bda View commit details
    Browse the repository at this point in the history