All Projects → chenjinxinlove → react-elm

chenjinxinlove / react-elm

Licence: other
Vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用https://github.com/bailicangdu/vue2-elm 的react实现版本 学习之用

Programming Languages

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

Projects that are alternatives of or similar to react-elm

React Book
《React进阶之路》示例代码
Stars: ✭ 249 (+146.53%)
Mutual labels:  react-router
workshop
React Workshop
Stars: ✭ 13 (-87.13%)
Mutual labels:  react-router
react-animated-router
Dynamic transitions with react-router(v6) and react-transition-group
Stars: ✭ 52 (-48.51%)
Mutual labels:  react-router
xstate-react-router
XState connector to React Router.
Stars: ✭ 23 (-77.23%)
Mutual labels:  react-router
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (+118.81%)
Mutual labels:  react-router
react-learning-resources
A curated list of resources to learn React and related web technologies as fast as possible.
Stars: ✭ 65 (-35.64%)
Mutual labels:  react-router
Storybook Router
A storybook decorator that allows you to use routing-aware components in your stories
Stars: ✭ 246 (+143.56%)
Mutual labels:  react-router
rgxp
Regular Expression Collection (ReactJS, Redux, React Router, Recompose, NodeJS, Express)
Stars: ✭ 62 (-38.61%)
Mutual labels:  react-router
react-universal-app
Library for building a single-page application with Universal React component(s) and React Router.
Stars: ✭ 14 (-86.14%)
Mutual labels:  react-router
pwa
An opinionated progressive web app boilerplate
Stars: ✭ 355 (+251.49%)
Mutual labels:  react-router
use-route-as-state
Use React Router route and query string as component state
Stars: ✭ 37 (-63.37%)
Mutual labels:  react-router
sustainatives
Mobile App
Stars: ✭ 14 (-86.14%)
Mutual labels:  react-router
react-relay-example
Example project how to use React, Relay and TypeScript
Stars: ✭ 27 (-73.27%)
Mutual labels:  react-router
React Router Last Location
Provides access to the last location in react + react-router (v4.x, v5.x) applications. ❤️ Using hooks? useLastLocation | 💉 Using HOC? withLastLocation
Stars: ✭ 251 (+148.51%)
Mutual labels:  react-router
react-boilerplate
React 18, React-Router, Typescript, Vite, Babel 7, React-Testing-Library, Vitest
Stars: ✭ 27 (-73.27%)
Mutual labels:  react-router
Arc
React starter kit based on Atomic Design
Stars: ✭ 2,780 (+2652.48%)
Mutual labels:  react-router
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-69.31%)
Mutual labels:  react-router
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (-9.9%)
Mutual labels:  react-router
ts-react-boilerplate
A very opinionated (React/TypeScript/Redux/etc) frontend boilerplate
Stars: ✭ 43 (-57.43%)
Mutual labels:  react-router
Tips-in-React
在 React 开发实际项目过程的使用心得
Stars: ✭ 15 (-85.15%)
Mutual labels:  react-router

React实现饿了吗多页面SPA

之前看到:Vue2-elm 基于 vue2 + vuex 构建一个具有 45 个页面的大型单页面应用。https://github.com/bailicangdu/vue2-elm

就用react+redux来写了一下,但是登录之后的cookie有些问题,订单部分没有写,那个项目结合vue版让我更了解react与vue的异同,对MVVM有了更深的认识。

安装说明

   git clone [email protected]:chenjinxinlove/react-elm.git
   cd react-elm
   npm install 安装
   npm run clean   清理dist目录
   npm run dist    发布
   npm start   开发
   

其他说明

项目截图请直接看vue版实现,一样

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].