0.0.2 • Published 12 months ago

dotori v0.0.2

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

dotori

what is?

dotori is UI library for react front-end developer! and for study..

Conventions

Commit Conventions

keywordsDescription
init
feat
fix
refactor
style
icon
img
video
audio
docs
chore
config
rename
type

Words

WordsDescription
draft

API Function

CRUD Function(controller, service)

important! implement distinction between singular and plural

HTTP Requestpositionnamefile
GETprefixgetcontroller file
POSTprefixaddcontroller file
PATCHprefixupdatecontroller file
DELETEprefixremovecontroller file
GETprefixfetchservice file
POSTprefixcreateservice file
PATCHprefixchangeservice file
DELETEprefixdeleteservice file

loader Function(service, controller)

important! implement distinction between singular and plural

positionnamefile
prefixloadcontroller file
rootloaderservice file