17 Stories by Leonardo Maldonado
Here, you can learn what a Progressive Web App (PWA) is and why you should consider turning your apps into PWAs.
This overview covers React Server Components and how they will change the modern way of building React apps.
Learn more about MobX 6.0 and see how we can migrate our code from older versions to the newest version.
Relay is a technology that's very opinionated, structured, and it ensures that you're using your GraphQL server in the correct way.
Binary search is a very efficient and fast algorithm to search an element inside a sorted list of elements. Learn more here.
Reakit is a low-level component library that helps us to create more accessible React components, libraries, design systems, and applications.
You accumulated a lot of promises in your code, and you want to perform all these asynchronous operations once, without having to use some...
We are going to learn about how we can use GraphQL Nexus to create better, type-safe, and declarative GraphQL APIs.
Now is a good time to start using Next.js and unlock the power of server-side rendered applications.
Learn more about Emotion and the features and advantages that it can bring to our applications.
This post walks you through some simple principles and guidelines that will help you develop a solid design system to improve UX for your...
In this article, we'll learn how to use generic types in our functions to create more reusable functions along with generic classes and generic...