Git Product home page Git Product logo

react-isomorphic-skeleton's Introduction

#react-isomorphic-skeleton ##0.1.3 changelog 升级了很多生态组件,移除了一些没用的依赖; react升级到了16.3.2

Description

这是一个全功能的react同构脚手架,它有你想要的一切:

  1. 每个路由的组件和逻辑都放在了单独的文件夹,便于以后单独提出;
  2. 做到了服务端同构渲染;
  3. 做到了html, css, js的根据路由按需加载;
  4. 比较纯净,没有太多的轮子;
  5. 集成了react-redux和react-router(3.2);
  6. 支持hot-replace;
  7. 同时支持使用Browsersync进行真机调试;
  8. 集成antd框架并支持最小化编译输出,参见src/components/app;
  9. 集成Helmet防范xss攻击;
  10. 支持scss;
  11. 支持微信浏览器;
  12. 支持className不可变的第三方ui框架如antd按需加载, 参见src/components/app;
  13. 支持css moduler;

入门同学推荐使用Next.js这种上手容易的 与Next.js不同的是

  1. css更好用,支持scss,less等直接引用;
  2. 组件级别支持服务端渲染;

##注意 node.js 版本 > 5.5

npm版本 > 3.0 ##用法

git clone https://github.com/Jacky-fe/react-isomorphic-skeleton

cd react-isomorphic-skeleton

npm install

npm start

##感谢 & 相关项目 代码文件基于React Production Starter

编译脚本文件基于React Start Kit

react-isomorphic-skeleton's People

Contributors

jacky-fe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.