Motivation
Absolute paths are very useful. Instead of importing modules using relative
paths, first descending to the root level and then going up again, when we use
absolute paths we just need the
Motivação
Caminhos absolutos são bastante úteis. Ao invés de importarmos um módulo com
caminhos relativos, primeiro descendo até o diretório raiz do nosso código fonte
para então voltar a subir, podemos importar um
I started playing with Formik [https://formik.org] - a very powerful lib to work
with forms in React.
It's fairly easy to use, has good documentation, and I found the Tutorial
[https:
You can do nice things like importing a SASS file instead of a CSS one, or TypeScript instead of Javascript on your HTML
Com uma configuração tão simples, você ganha liberdade ao poder importar um arquivo Sass ao invés de um CSS, ou um script TypeScript ao invés de um JS diretamente em seu HTML