Skip to content

Commit

Permalink
Merge branch 'master' of github.com:reactjs/react-tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaudgalya committed Nov 11, 2015
2 parents 2ddef37 + be3fa27 commit 5928b75
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 145 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ pip install -r requirements.txt
python server.py
```

### Haskell

```sh
cabal sandbox init
cabal install --only-dependencies
ghc Server.hs
./Server
```

### Ruby
```sh
ruby server.rb
Expand All @@ -46,14 +37,6 @@ php server.php
go run server.go
```

### Lua

```sh
go get github.com/xyproto/algernon
# or brew install algernon
algernon server.lua
```

### Perl

```sh
Expand Down
62 changes: 0 additions & 62 deletions Server.hs

This file was deleted.

1 change: 1 addition & 0 deletions public/scripts/example.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ var CommentBox = React.createClass({
this.setState({data: data});
}.bind(this),
error: function(xhr, status, err) {
this.setState({data: comments});
console.error(this.props.url, status, err.toString());
}.bind(this)
});
Expand Down
28 changes: 0 additions & 28 deletions react-scotty.cabal

This file was deleted.

38 changes: 0 additions & 38 deletions server.lua

This file was deleted.

0 comments on commit 5928b75

Please sign in to comment.