Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 591 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 591 Bytes

# Serif Notes :

## Path Alias for @libs - @common - @utils - @_

"baseUrl": "./",
"paths": {
"@_": ["./src/_"],
"@utils": ["./src/utils"],
"@common": ["./src/common"],
"@libs": ["./src/libs"]
},

## Road Map

  • Create template for module and container testing.
  • Write reusable base components ex: Button, Input, Select etc.
  • Write reusable base hooks ex: useFetch, useDebounce etc.
  • Write test / components / libs / utils etc. compare popular libs and improve your skills.
  • Components has to be primitive.
  • Components approach has to be atomic.