Leonardo is a full-stack developer, working with everything React-related, and loves to write about React and GraphQL to help developers. He also created the 33 JavaScript Concepts.
Learn about a new library created by Facebook called Recoil, which brings new concepts such as atoms and selectors to React, and solves a few complex problems.
Learn more about one of the most powerful features of ES6: arrow functions. We'll learn how we can have better, more concise, and more powerful functions in JavaScript.
We're going to learn about JavaScript concepts that could significantly help you get your next job — from closures to array methods, you'll learn what JavaScript concepts you should master to land a new job.
Creating modals was never such an easy task! Now we're able to create them using a React API called Portals. We're going to learn about Portals and how we can use them to create modals in React.