Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
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: reactjs/react-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: DanFMoore/react-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 21 files changed
  • 2 contributors

Commits on Feb 7, 2016

  1. Added isomorphism, swig views, webpack configuration and separated JS…

    …X templates into separate file
    DanFMoore committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    d89f7c5 View commit details
    Browse the repository at this point in the history
  2. Removed stupid h1

    DanFMoore committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    38e59a3 View commit details
    Browse the repository at this point in the history
  3. Corrected spelling mistaek

    DanFMoore committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    39c6738 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Refactored slightly so that the components file only exports the comp…

    …onents and the server and browser specific render methods are in their own files
    DanFMoore committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    f88293b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a1050 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Hacky validation stuff

    DanFMoore committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    8d5227c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master'

    # Conflicts:
    #	comments.json
    DanFMoore committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    b342493 View commit details
    Browse the repository at this point in the history
  3. In the middle of validation work

    Dan Moore committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    c3bfdc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    a567747 View commit details
    Browse the repository at this point in the history
  2. The validation error server-side now returns a custom Error through t…

    …he promise, which the error handler middleware handles
    DanFMoore committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    fe62ce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. es6 syntax

    DanFMoore committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    9d687c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

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