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: machristie/react-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 25, 2016

  1. First impl of CommentBox

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    320752c View commit details
    Browse the repository at this point in the history
  2. CommentList and CommentForm

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    afd3600 View commit details
    Browse the repository at this point in the history
  3. Created Comment component

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    de5ac04 View commit details
    Browse the repository at this point in the history
  4. remarkable for Markdown

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    acbcab2 View commit details
    Browse the repository at this point in the history
  5. launch python script with virtual env

    I created the virtual env like so
    
        python -m venv env
        env/Scripts/pip install -r requirements.txt
    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    4f763db View commit details
    Browse the repository at this point in the history
  6. Hook up the data model

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    db89811 View commit details
    Browse the repository at this point in the history
  7. Fixing unicode encoding issues

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    4dc570b View commit details
    Browse the repository at this point in the history
  8. Loading data from the server

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    ec9d99b View commit details
    Browse the repository at this point in the history
  9. loading comments from server; implementing form

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    956cde3 View commit details
    Browse the repository at this point in the history
  10. persisting via prop callback

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    b702dce View commit details
    Browse the repository at this point in the history
  11. optimistically updating

    Marc Christie committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    05b7ad0 View commit details
    Browse the repository at this point in the history
Loading