I started playing with Formik - a very powerful lib to work with forms in React. It's fairly easy to use, has good documentation, and I found the Tutorial quite instructive. But for
Today I studied TypeScript Decorators. It's a powerful feature but, in some examples, a little difficult to understand at first glance. Nonetheless, I'm advancing with bravery and caution. 😁 On the CSS side, I
I practiced a little of front-end development. I'm currently building a simple "sign up form" and I have to make a client-side validation of it. I already knew about the browser's
Today I finished another Frontend Mentor Challenge. 💪 It was built with static HTML + CSS: grid and flexbox; css variables, media query and etc - fairly basic stuff. And I used CodeSandbox for my
A few days ago I changed the CSS of my Tip Calculator [1] to use BEM [2]; it's now a little more organized and easy to understand the code semantics. When I was