Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arkssss/laravel-bbs

一个 Laravel + React 的纯前后端分离web项目。
https://github.com/arkssss/laravel-bbs

Last synced: about 2 months ago
JSON representation

一个 Laravel + React 的纯前后端分离web项目。

Awesome Lists containing this project

README

        

> [Laravel 实战进阶]()

一个 Laravel + React 的纯前后端分离web项目。

前端的技术点有:

* React
* Rudex :组件公共数据管理
* React-redux :组件Reducer拆分
* React-router : 路由管理
* Styled-component : css 管理
* Axios : 发送异步请求

后端的技术点有:

* Laravel 及其基本使用如:身份认证,事件系统,观察者模式,ORM,中间件等
* Repository, service, controller 三层分离
* Redis 缓存
* 自定义命令
* 异步队列
* 定时任务