All Projects → wd2010 → React Universal Ssr

wd2010 / React Universal Ssr

webpack3+router4+按需加载+webpack-dev-server热加载

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Universal Ssr

Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (+62.32%)
Mutual labels:  webpack3, ssr, react-router-v4
boss-lite
Boss Lite - React Redux Material Admin Template
Stars: ✭ 148 (+114.49%)
Mutual labels:  ssr, webpack3
Modern-Web-App
React PWA with SSR and Code splitting
Stars: ✭ 45 (-34.78%)
Mutual labels:  ssr, react-router-v4
react-chat
react-chat
Stars: ✭ 14 (-79.71%)
Mutual labels:  react-router-v4, webpack3
react-redux-immutable-webpack-ssr-starter
React + React-Router 4 + Redux + ImmutableJS + Bootstrap + webpack 3 with with Server side rendering, Hot Reload and redux-devtools STARTER
Stars: ✭ 21 (-69.57%)
Mutual labels:  ssr, webpack3
react-router-v4-redux-ssr
Walkthrough for SSR with rr@v4 and rrr@v5
Stars: ✭ 58 (-15.94%)
Mutual labels:  react-router-v4, webpack3
react16-seed-with-apollo-graphql-scss-router4-ssr-tests-eslint-prettier-docker-webpack3-hot
Seed to create your own project using React with Apollo GraphQL client
Stars: ✭ 19 (-72.46%)
Mutual labels:  ssr, webpack3
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (+559.42%)
Mutual labels:  webpack3, ssr
React Director Admin Template
ReactJS version of Director Responsive Admin Template Free
Stars: ✭ 304 (+340.58%)
Mutual labels:  webpack3, react-router-v4
React Koa2 Ssr
a Isomorphic framework demo for react server side rendering ( react 同构工程项目骨架,基于create-react-app 和 koa2生成器搭建。)
Stars: ✭ 299 (+333.33%)
Mutual labels:  ssr, react-router-v4
electron-react
A simple and compact boilerplate for electron and react (redux, router)
Stars: ✭ 66 (-4.35%)
Mutual labels:  react-router-v4, webpack3
Koa Vue Ssr Template
This template built with vue 2.x, vue-router & vuex & webpack3 with server-side rendering by koa
Stars: ✭ 53 (-23.19%)
Mutual labels:  webpack3, ssr
React Blog
personal blog design by react
Stars: ✭ 170 (+146.38%)
Mutual labels:  webpack3, react-router-v4
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (-72.46%)
Mutual labels:  ssr, react-router-v4
React Redux Graphql Apollo Bootstrap Webpack Starter
react js + redux + graphQL + Apollo + react router + hot reload + devTools + bootstrap + webpack starter
Stars: ✭ 127 (+84.06%)
Mutual labels:  webpack3, react-router-v4
ssr-starter-pack
Moved to https://github.com/Brigad/ssr-starter-pack
Stars: ✭ 12 (-82.61%)
Mutual labels:  ssr, webpack3
React Wp Rest
A boilerplate for pairing the WP Rest API with a server-rendered React app
Stars: ✭ 167 (+142.03%)
Mutual labels:  ssr, react-router-v4
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+1786.96%)
Mutual labels:  webpack3, ssr
react-ssr-demo
React服务器端渲染Demo
Stars: ✭ 16 (-76.81%)
Mutual labels:  ssr, react-router-v4
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (-36.23%)
Mutual labels:  webpack3, ssr

React-universal-ssr

webpack+router4+按需加载+webpack-dev-server

开发环境使用webpack-dev-server做服务端,实现热加载,生产环境使用koa做后端,实现按需加载,页面渲染前加载数据 具体介绍可以查看 https://juejin.im/post/5a392018f265da431b6d5501

  1. npm install
  2. npm start 运行开发版环境

  1. npm install
  2. npm run build 生产环境编译 dist/client+dist/server
  3. npm run server 运行koa

想了解更多可以看下 https://github.com/tzuser/ssr ,不同风格,同样的功能,也是用的 react16+router5+koa2

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].