I did a lot of React Training via tutorials in the past two weeks. (For and thanks to the company, best case scenario), however I don’t quite count that for the #100DaysOfCode. Now that I know a bit more about the basic setup, I started cleaning up my package.json and added some helpful plugins to my code editor.
- Added nodemon, so I don’t have to stop and restart the server every time I change something in the back end.
- Removed jade, as the package is deprecated, I most likely won’t use it AND it added vulnerabilities through dependencies.
- Added prettier to the project and the jsPrettier Package to Sublime to automatically get the formatting I want when saving files.
- Also to Sublime, I added SublimeLinter and its ESLint package. Additionally helpful packages to show problems right away in the code.