JS Error Handling

This is my vademecum on error handling in JavaScript

Create a Material React app

How to use create-react-app with Material web components.

Web

React input number done right

Having an input number working correctly is not that easy, let me share my implementation.

Vanilla JavaScript date manipulation

You don't need moment.js! Just use few snippets of native JavaScript code to parse and manipulate dates.

Web

Use fetch!

Which is better? axios or fetch? Let me share my ( unconventional, as always :^) opinion.

Web