dotori
v0.0.2
Published
dotori is UI library
Downloads
1
Readme
dotori
what is?
dotori is UI library for react front-end developer! and for study..
Conventions
Commit Conventions
| keywords | Description | | -------- | ----------- | | init | | | feat | | | fix | | | refactor | | | style | | | icon | | | img | | | video | | | audio | | | docs | | | chore | | | config | | | rename | | | type | |
Words
| Words | Description | | ----- | ----------- | | draft | |
API Function
CRUD Function(controller, service)
important! implement distinction between singular and plural
| HTTP Request | position | name | file | | ------------ | -------- | ------ | --------------- | | GET | prefix | get | controller file | | POST | prefix | add | controller file | | PATCH | prefix | update | controller file | | DELETE | prefix | remove | controller file | | GET | prefix | fetch | service file | | POST | prefix | create | service file | | PATCH | prefix | change | service file | | DELETE | prefix | delete | service file |
loader Function(service, controller)
important! implement distinction between singular and plural
| position | name | file | | -------- | ------ | --------------- | | prefix | load | controller file | | root | loader | service file |