首页 > 移动平台 > 详细

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

时间:2015-08-11 11:47:49      阅读:212      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!