to be done
-
redux dev tool
-
react router (3 kinds of history, normally browserHistory)
-
redux router (bind react router)
-
redux
composeutility function, from right to left = from bottom to top -
socket.io for test api connection
-
bootstrap react
var button = ReactBootstrap.Button({
bsStyle: "success",
bsSize: "large",
children: "Register"
});
React.render(button, mountNode);
-
webpack-isomorphic-tools, translate require function to hased real path on server side. -
the letter
isomorphicmeansuniversal, which in web development means use same javascript code both for client side and server side. -
multireducer: for which you can use the same reducer for different data model which has the same action types
-
scss just a compatible sass style, whereas sass add a 5 to 6 new syntax to css,
css-loaderis used here. -
karmaused for watch the server,mochaused for create describe and it framework,chaiused for test the syntax