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

Fix hot reloading by making auto-generated route components es6 classes instead of functional components #532

Merged
merged 6 commits into from
Nov 1, 2016

Commits on Oct 27, 2016

  1. Configuration menu
    Copy the full SHA
    2d2c048 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Wrap root component in root.js not app.js so hot reloading can work

    React-hot-loader v3 requires all sub components to be required in a
    different file.
    KyleAMathews committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    36f2c16 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    eefeb48 View commit details
    Browse the repository at this point in the history
  2. Write out route components as ES6 classes for hot reloading

    React-Router route components can't be functional components for hot
    reloading to work consistently with react-hot-loader-beta6... weird.
    KyleAMathews committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    6069610 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93f6bd2 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    KyleAMathews committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    298e400 View commit details
    Browse the repository at this point in the history