All Projects → wsdo → react-ssr-kit

wsdo / react-ssr-kit

Licence: other
react-ssr-kit react redux ssr 服务端同构脚手架

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to react-ssr-kit

parse-react
[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
Stars: ✭ 58 (+383.33%)
Mutual labels:  react-ssr
vite-plugin-ssr
Like Next.js / Nuxt but as do-one-thing-do-it-well Vite plugin.
Stars: ✭ 1,703 (+14091.67%)
Mutual labels:  react-ssr
webpack-isomorphic
A lightweight solution for the server-side rendering of Webpack-built applications.
Stars: ✭ 21 (+75%)
Mutual labels:  react-ssr
react-enterprise-starter-kit
Highly Scalable Awesome React Starter Kit for an enterprise application with a very easy maintainable codebase. 🔥
Stars: ✭ 55 (+358.33%)
Mutual labels:  react-ssr
react-server-renderer
Yet another simple React SSR solution inspired by vue-server-render
Stars: ✭ 28 (+133.33%)
Mutual labels:  react-ssr
react-ssr-advanced-seed
🔮 React SSR Advanced Seed (Typescript + nestJS + React SSR + React Native + Docker)
Stars: ✭ 76 (+533.33%)
Mutual labels:  react-ssr

一步一步构建 react ssr 项目

入门指南

最简单的同构 simple ssr

去guide 文件夹里面去看

master 分支说明

启动

  npm i 
  <!-- 启动开发环境 -->
  npm run dev:client

  <!-- 启动开发同构 -->
  npm run dev:server
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].