React TutorialをFetching from the serverの前のみですがES6+babelで書いてみました。 Directory構造 $ tree . ├── index.html ├── index.js ├── modules │ ├── Comment.js │ ├── CommentBox.js │ ├── CommentForm.js │ └── CommentList.js └── webpack.config.js <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>ES2015 and React and Redux Example</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3