Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: liubko/redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: liubko/redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: migrate-real-world-example-to-redux-react-router
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 13, 2015

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

Commits on Sep 15, 2015

  1. Don't render directly to document.body

    Fix warning about rendering components directly into document.body which comes with React 0.14 (ReactDom respectively).
    Instead, render into DIV created on the fly.
    Andreyco committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    14676df View commit details
    Browse the repository at this point in the history
  2. Set Window title

    Window name does not specify the title of the new window. Setting it manually to have better experience.
    Andreyco committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    1c7b97e View commit details
    Browse the repository at this point in the history
  3. Merge pull request reduxjs#732 from Andreyco/patch-1

    Don't render directly to document.body
    gaearon committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    053560b View commit details
    Browse the repository at this point in the history
  4. Fix some linting errors...

    timdorr committed Sep 15, 2015
    Configuration menu
    Copy the full SHA
    76ddafc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7ede94 View commit details
    Browse the repository at this point in the history
Loading