码迷,mamicode.com
首页 > 移动开发 > 详细

Creating Isomorphic Apps with Node.js, React, and Express

时间:2015-08-11 11:49:44      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

 

 

In this article, we’re going to use following software:

  • React: the UI framework that can rendered on both server and client.
  • webpack: a module bundler to be used for bundling JavaScript.
  • Express: the application server framework for Node.js.
  • react-router: the routing solution specially developed for React.js.
  • Babel: the JavaScript compiler with built-in support for ES2015 syntax and JSX.
  • Jade: a JavaScript powered templating engine that works on both server and client side.

 

http://www.sitepoint.com/creating-isomorphic-apps-node-js-react-express/

Creating Isomorphic Apps with Node.js, React, and Express

标签:

原文地址:http://www.cnblogs.com/zyip/p/4720172.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!