Leonardo Maldonado

  Fullstack developer. JavaScript, React, TypeScript, GraphQL.

   



23 Stories by Leonardo Maldonado

When to use Flexbox and when to use CSS Grid

Learn about which of the CSS layout systems, CSS Flexbox or CSS Grid, is best for your project according to what designs you prefer.
15 8 min read

Using React’s useEffect Hook with lifecycle methods

Learn about lifecycle methods in React and how we can use the useEffect Hook to use lifecycle methods in functional components.
2 6 min read

Building charts in React with Nivo

Explore Nivo, a data visualization library for React, by building a bar and pie chart and implementing them in a React app.
0 5 min read

Type coercion in JavaScript

While JavaScript is easy for beginners, learn how type coercion in JavaScript can be difficult and how to work around it.
0 4 min read

Using Big O notation to improve app performance

Using Big O notation is one of the easiest ways to improve performance in modern applications and measure the complexity of your code.
0 4 min read

SSG vs. SSR in Next.js

Learn the difference between server-side rendering (SSR) and static site generation (SSG) in Next.js, and how to use them in tandem.
0 4 min read

Lazy loading using the Intersection Observer API

Lazy loading your application using the Intersection Observer API can reduce bundle size and load time, improving your UX.
0 5 min read

What’s new in Relay v11

Learn what's new in the latest version of Relay right here, where we explore v11 and how to create reliable React and GraphQL applications.
0 5 min read

Simplify proxy state with Valtio

Valtio is simple, powerful, and combines the power of proxies in React and JavaScript, making state data easy to be used and changed.
0 5 min read

Why you should turn your app into a PWA

Here, you can learn what a Progressive Web App (PWA) is and why you should consider turning your apps into PWAs.
0 5 min read

What you need to know about React Server Components

This overview covers React Server Components and how they will change the modern way of building React apps.
0 5 min read

What’s new in MobX 6.0

Learn more about MobX 6.0 and see how we can migrate our code from older versions to the newest version.
0 4 min read