How I start my React projects
Imma be quick and succinct to save you time. Just follow me verbatim…
yarn init: I feel that yarn is better. Also, Yarn performs parallel installation.
Prettier Config: Using a Prettier configuration is a good practice for maintaining consistent co...
rikiphukon.hashnode.dev3 min read