All Projects → wakeupmypig → react-zhufengapp

wakeupmypig / react-zhufengapp

Licence: other
这是珠峰培训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-zhufengapp

react-redux-starter-kit
Get started with React, Redux, Webpack and eslint
Stars: ✭ 29 (+163.64%)
Mutual labels:  react-redux, react-router-redux
auth-with-saga-example
code for https://medium.com/@stepankuzmin/authentication-with-react-router-redux-5-x-and-redux-saga-55da66b54be7
Stars: ✭ 14 (+27.27%)
Mutual labels:  react-redux, react-router-redux
isomorphic-react-redux-saga-ssr
Isomorphic, React, Redux, Saga, Server Side rendering, Hot Module Reloading, Ducks, Code Splitting
Stars: ✭ 19 (+72.73%)
Mutual labels:  react-redux, react-router-redux
React-Redux-Enterprise
A React-Redux boilerplate for enterprise/large scaled web applications
Stars: ✭ 77 (+600%)
Mutual labels:  react-redux, react-router-redux
react-candee
A react framework that encapsulates the redux.
Stars: ✭ 30 (+172.73%)
Mutual labels:  react-redux, react-router-redux
timeoff-server
TimeOff is an application that allows companies' employees to set vacations before they begin taking their time off. Implemented in modern tech stack i.e. Node, Express, MongoDB.
Stars: ✭ 33 (+200%)
Mutual labels:  react-redux
cra-redux-boilerplate
⚛️🔨create-react-app application with redux and another cool libraries to make your life easier.
Stars: ✭ 15 (+36.36%)
Mutual labels:  react-redux
crypto-markets
react-native-cryptocurrency-ticker
Stars: ✭ 27 (+145.45%)
Mutual labels:  react-redux
use-react-redux-context
Alternative ReactRedux.connect by useContext for performance
Stars: ✭ 44 (+300%)
Mutual labels:  react-redux
tomatoro
Time management tool based on Pomodoro Technique.
Stars: ✭ 23 (+109.09%)
Mutual labels:  react-redux
koa2
📔koa2 + mongodb 博客系统
Stars: ✭ 18 (+63.64%)
Mutual labels:  koa2
think-trace
Error trace for ThinkJS 3.x
Stars: ✭ 12 (+9.09%)
Mutual labels:  koa2
koa-rest-router
Most powerful, flexible and composable router for building enterprise RESTful APIs easily!
Stars: ✭ 67 (+509.09%)
Mutual labels:  koa2
polix
🚀 Node.js Web Framework
Stars: ✭ 32 (+190.91%)
Mutual labels:  koa2
react-redux-exercise
Exercise to understand better react-redux, how it works and how to use it.
Stars: ✭ 48 (+336.36%)
Mutual labels:  react-redux
vk-mini-app-boilerplate
Стартовый кит для создания сервиса на платформе VK Mini Apps с использованием React + Redux
Stars: ✭ 61 (+454.55%)
Mutual labels:  react-redux
cerebro-web
Website for Cerebro
Stars: ✭ 21 (+90.91%)
Mutual labels:  react-redux
demo
个人博客中用到的demo,和其他各种乱七八糟的demo
Stars: ✭ 57 (+418.18%)
Mutual labels:  koa2
redux-saga-rn-alert
Alert.alert()-Support for side effects with redux-saga in react-native-apps
Stars: ✭ 23 (+109.09%)
Mutual labels:  react-redux
Agile-Server
A simple, fast, complete Node.js server solution, based on KOA. 简单快速的 、性能强劲的、功能齐全的 node 服务器解决方案合集,基于 KOA。
Stars: ✭ 24 (+118.18%)
Mutual labels:  koa2

react技术栈

yarn add react react-dom redux react-redux react-router-dom react-router-redux@next history  redux-thunk 

webpack

yarn add webpack webpack-dev-server html-webpack-plugin --dev

babel

yarn add babel-core babel-preset-es2015 babel-loader babel-preset-stage-0 babel-preset-react babel-plugin-transform-decorators-legacy --dev

图片和less

yarn add css-loader style-loader less-loader less file-loader url-loader --dev

轮播图插件

yarn add react-swipe swipe-js-iso --dev

react动画

yarn add react-addons-css-transition-group

fetch

yarn add whatwg-fetch es6-promise

koa

yarn add koa koa-router koa-cors  koa-bodyparser nodemon

服务端接口

| 方法 | 路径 | 作用 | 返回值| | ------------- |:-------------------------- |: -----| ------| | post | /api/login | 登录 | {nickName:''} | | get | /api/getLessonByUser/:user | 获取当前用户课程列表 | [{lessonName,url,timer,location,long,lessonId}] | | get | /api/getLessons/:type/:limit/:offset | 获取对应类型的课程 |{hasMore,lessons:[{url,lesson,lessonId,price}]}| | get | /api/getSliders | 获取轮播图数据 |[]|

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