Convention Archive
똑개의 컨벤션을 미리 볼 수 있는 페이지입니다.
Last updated
똑개의 컨벤션을 미리 볼 수 있는 페이지입니다.
Last updated
Name | Prefix | Suffix | e.g. |
---|---|---|---|
Components
~/components
Pascal Case
Link
Link
Container
src/containers
Pascal Case
Link
Hooks
~/hooks
camel Case
Link
-
Hocs
src/hocs
camel Case
Link
-
Contexts
src/contexts
camel Case
Link
-
Apis
src/apis
kebab-case Pascal Case
Link
-
Pages
src/pages
kebab-case
Link
-
Config
src/config
kebab-case
-
-
Constants
~/constants
kebab-case
-
-
Script
src/scripts
kebab-case
-
-
Utils
~/utils
kebab-case
-
-
Types
~/types
kebab-case
-
-
Props
-
Props
SocialButtonProps
Hook
use
useSize
Hoc
with
-
withAppProvider
Context
use
Context
useHomePageContext
React Query
use{ApiMethod}
Query / Mutation
useGetProductByIdQuery
React Hook Form
use
Form
useLoginForm