Lint staged files on commit
How to run linting on git staged files when committing code with no dependency needed.
Migrate from Prettier to ESLint StylisticWhy and how to configure ESLint to replace Prettier for stylistic rules.
React input number done rightHaving an input number working correctly is not that easy, let me share my implementation.
Vanilla JavaScript date manipulationYou don't need moment.js! Just use few snippets of native JavaScript code to parse and manipulate dates.
Use fetch!Which is better? axios or fetch? Let me share my ( unconventional, as always :^) opinion.