blog.thehereward.meOpinion: You don't need Create React AppReact is an incredibly popular library for building user interfaces. Equally ubiquitous is Create React App, the tool which provides you with a fully functioning React application from a single command. Create React App is great for tutorials and hob...Feb 28, 2022·3 min read
blog.thehereward.mePretty Quick HuskyTL;DR: Add pretty-quick and husky to your project to automatically format your code at commit time and never worry about inconsistent formatting again. npm install --save-dev prettier pretty-quick husky npm set-script prepare "husky install" && npm r...Feb 7, 2022·3 min read