react Featured Cómo (y porqué) usar la limpieza de useEffect en React: Intervalos Usar setInterval con useEffect puede ser confuso, puede suceder que se pisen los intervalos, o que se usen variables con referencias que ya no existen. Podemos evitar esto usando correctamente la función de limpieza de useEffect.
react Featured How (and why) to use useEffect's cleanup - Intervals Using setInterval with useEffect can be confusing. Often they will overlap, or use stale data. We can prevent this by properly clearing the intervals inside useEffect's cleanup function.
css Responsive design with CSS grid and kittens If you ever heard about CSS grid and how it can help you make responsive designs but you haven't tried it yet or you don’t know where to start, join us in the construction of a responsive design with grids and kittens!
desarrollo de software Featured Croquet Croquet.io es una tecnología de sincronización de eventos, ideada para crear software colaborativo y en tiempo real. Actualmente el proyecto se enfoca en una librería de javascript (que se lanzó en septiembre de 2021). Pero previamente hubo versiones en Smalltalk.
css Featured “Is it CSS? Yes? Next.” - Tips for CSS code reviews CSS can make stuff look super cool... but is the code that makes cool stuff cool too? Not sure what to check? Some tips to do so might help!
css Diseño responsive con CSS grid y gatitos Si escuchaste hablar de CSS grid y cómo puede ayudarte a hacer diseños responsive pero aún no te animaste a probarlo o no sabés cómo empezar, ¡acompañanos en la construcción de este diseño responsive con grillas y gatitos!
css The not-so-sticky footer problem Haven’t you ever had that classic problem where the footer kept showing up in the middle of the screen? Here's an extremely simple solution for it using flex!
react Virtual DOM: ReactJS implementation How does the Virtual DOM work? And what is actually the DOM? If you ever have wondered about those questions, this post is for you.
frontend Frontend frameworks: Criteria & tips to become proficient with new tools Feche shares with us a set of tools and a couple of tips to ease the learning of a new framework!
css Featured CSS: From I hate it, to I actually like this thing Do you feel hopeless when you have to work with css? Anxious knowing the site will break the minute you add a minor change to the styling? No more my friend! These 9 steps will make your life easier!