Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Add react examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sicktastic committed Sep 6, 2017
1 parent b1c0c55 commit 2afc7ba
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
Empty file added profile.log
Empty file.
2 changes: 1 addition & 1 deletion reactjs/basics/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@ var Application = React.createClass({



ReactDOM.render(<Application initialPlayers={PLAYERS}/>, document.getElementById('container'));
ReactDOM.render(<Application initialPlayers={PLAYERS}/>, document.getElementById('container'));
2 changes: 1 addition & 1 deletion reactjs/basics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<script src="./vendor/babel-browser.min.js"></script>
<script type="text/babel" src="./app.jsx"></script>
</body>
</html>
</html>
1 change: 1 addition & 0 deletions reactjs/sample_app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ class App extends React.component {
// const Heart = () => <span className="glyphicon glyphicon-heart"></span>

// export default App

2 changes: 0 additions & 2 deletions vuejs/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,3 @@
});
</script>
</html>


0 comments on commit 2afc7ba

Please sign in to comment.