Use Prettier to boost productivity and save time
Writing code can be challenging on its own. You need to think about syntax, correctness, naming, placement, formatting etc... There are many awesome tools that help developers in their daily lives with these and today I'd like to focus on one that addresses code formatting. Code is being read more oftenthan it is being written This is a mantra I…