From 8ae8308fda7fa6b74a8bade9e9dff88e988ad082 Mon Sep 17 00:00:00 2001 From: Kim Chee Leong Date: Mon, 22 Feb 2016 13:10:30 +0100 Subject: [PATCH 1/2] Finished react tutorial --- public/index.html | 144 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 141 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 21340e72..43aecf00 100644 --- a/public/index.html +++ b/public/index.html @@ -13,10 +13,148 @@
- + From 3dd4bca90d349e5069be5bef61959d500758566b Mon Sep 17 00:00:00 2001 From: Kim Chee Leong Date: Mon, 22 Feb 2016 14:09:11 +0100 Subject: [PATCH 2/2] Playing around with react --- comments.json | 27 +++++++++++++++++++- public/hello-react.html | 56 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 public/hello-react.html diff --git a/comments.json b/comments.json index 7bef77ad..7e8afd11 100644 --- a/comments.json +++ b/comments.json @@ -8,5 +8,30 @@ "id": 1420070400000, "author": "Paul O’Shannessy", "text": "React is *great*!" + }, + { + "id": 1456129633736, + "author": "xc", + "text": "asd" + }, + { + "id": 666, + "author": "Kim Chee", + "text": "Hello *world*" + }, + { + "id": 1456137002777, + "author": "Pietje", + "text": "Bel" + }, + { + "id": 1456137022510, + "author": "Test", + "text": "Laa" + }, + { + "id": 1456142671022, + "author": "dfsdf", + "text": "sdfsdf" } -] +] \ No newline at end of file diff --git a/public/hello-react.html b/public/hello-react.html new file mode 100644 index 00000000..fa0d6d82 --- /dev/null +++ b/public/hello-react.html @@ -0,0 +1,56 @@ + + + + + Hello React + + + + + + +
+ + + \ No newline at end of file