You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
There are a couple of things we can do to make the repo leaner.
Move from styled-components to tailwindcss
Less boilerplate and more clarity with utility styles
Create an assets folder and move inside:
svg folder (now named resources)
fonts folder
ethnocentricRg.tff
Adopt a better file naming convention
Functional components start with capital letter (eg: InfoWidget.tsx), everything else including folders should be in lowercase kebab-case. (apart from hooks which should respect the “usePascalCase” patter)
move interface folder to types/interface.ts
use pages file name instead of view
The text was updated successfully, but these errors were encountered:
There are a couple of things we can do to make the repo leaner.
Move from styled-components to tailwindcss
Less boilerplate and more clarity with utility styles
Create an assets folder and move inside:
Adopt a better file naming convention
move interface folder to types/interface.ts
use pages file name instead of view
The text was updated successfully, but these errors were encountered: