Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zrg-team/demo_admin
https://github.com/zrg-team/demo_admin
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zrg-team/demo_admin
- Owner: zrg-team
- License: other
- Created: 2019-11-24T04:49:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-05T17:17:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-02T11:46:01.284Z (almost 2 years ago)
- Language: CSS
- Size: 795 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
Project for building Admin page base on [create-react-app](https://create-react-app.dev/)
We focus on:
+ Same source structure with react-native mobile application
+ Easy to develop and scale
+ Easy to handle error and finding problems
+ Worked properly even no-network
+ Enhance user experience by cached user data
+ etc## Structure
public: base html logo
src: source code
+ assets: assets used by application, like images, jsons, etc
+ common: common components and features which can reuse by another modules
+ configs: configs server, contract, etc ,...
+ modules: the application make up by a lot of modules: user, home, etc. It make simpler to develop and easier finding problems.
+ pages## Common Features
+ Route system: handle application route and support page change event
+ Persist system: user data like user, etc will be cached ( make sure app can work event no-network and enhance user experience )
+ State management
+ Support authentication fetch, JWT