React.js blog management backend
A complete management backend based on React.js, including login permissions, article management, category management, user management, comment management, and reply management modules
- Technology stack: React.js, Reack-Hooks, react-redux, react-router, react-query
- UI framework: Ant-Design
Technical Highlights:
- Built according to the official scaffolding CRA version from 0 - 1, combined with the antd UI framework, to complete a clear project architecture directory
- React Hook, customize Hooks reuse method to improve project development efficiency
- State management Redux Toolkit, React Query manages server state
- Lazy loading of routes to reduce packaging size
- Build a minimalist version of markdown editor, lightweight and fast, making writing md more refreshing
- Node.js server API interface project: https://github.com/lfb/nodejs-koa-blog
- Welcome everyone’s guidance~
Installation starts
# 安装包
npm install 或者 yarn install
# 启动
npm start 或者 yarn start