19 Stories by Esteban Herrera
This tutorial shows you how the useState Hook allows for state variables in functional components.
There’s no doubt Moment.js is one of the most popular libraries in the JavaScript ecosystem, but now that it's considered a legacy project in...
There are a number of ways to use conditional expressions in React, and which one you choose will depend on your use case.
In this post, I’m going to review the changes related to style editing and new JavaScript features, as well as changes in the source...
Typescript 3.8 was released on February 20th, 2020. This version includes changes to the compiler, performance, and editor.
Learn about the three new properties of the StyleSheetManager component in styled-components 5.0.
Moment.js is a robust and mature library for date processing, however, it may be overkill for some projects.
Released at the end of April 2019, Create React App (CRA) 3 adds linting rules to hooks and TypeScript projects, along with other improvements...
Selectors are a core part of CSS. They allow you to do things like select all the elements of a certain type: div {...
Create React App 2.1, released at the end of October 2018, added official support for TypeScript. This, along with all of the improvements and...
In addition to traditional CSS, you also have inline styles and CSS-in-JS as options for styling a React application. With inline styles, you pass...
GraphQL is great, it allows you to work in a declarative style by enabling you to select only the information or operations that you...