11 followers
Constant learner of all things related to web development, mostly focused on Front End w/ JS and Next.js
While I still work with React/Next.js, I have to say that once I started to dig a bit deeper into the logic and tools of Svelte/Kit, I began to love...
A motion component is a standard JSX component that allows us to enhance the React element with props from Framer Motion, which gives our elements...
How to simplify your life by creating a single source of truth for all the paths in your application · Next.js is a powerful full-stack framework that...
How to improve your Rails performance by 90% with a simple change · I was curious about this, generally speaking it was advised to me to prefer the use...
CSS animations are great but sometimes you wish to do change your DOM once it has ended, who knows probably you want to remove the element that you...
The Execute Around it's a pattern that lets us simplify our code and make more clean and easy to read. Basically, the main focus of this approach is...