Javascript

Cómo implementar el desplazamiento suave en React — step-by-step Javascript tutorial on Progressive Robot

Cómo implementar el desplazamiento suave en React

¿Qué es el desplazamiento suave? En vez de hacer clic en un botón y ser llevado de forma instantánea a una parte diferente de la misma página, el usuario navega allí a través de una animación de desplazamiento. Es una de esas sutiles funciones en un sitio web que marcan una diferencia estética.

Read more
How To Set Up a Gatsby Project with TypeScript — step-by-step Javascript tutorial on Progressive Robot

How To Set Up a Gatsby Project with TypeScript

TypeScript is a superset of JavaScript that adds optional static typing at build time, which cuts down on debugging runtime errors. It’s static-typing abilities go well with a static-site generator like Gatsby, and Gatsby has built-in support for coding in TypeScript. In this tutorial, you’re going to use Gatsby’s built-in capabilities to configure a Gatsby project for TypeScript.

Read more
Intro to MDX in Gatsby — step-by-step Javascript tutorial on Progressive Robot

Intro to MDX in Gatsby

Gatsby.js and MDX is an amazing combination that can totally change how you build websites. Let’s explore the basics in this detailed introductory article.

Read more
CHAT