19 Stories by Esteban Herrera
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 any non-trivial React app, CSS styles can become a problem if you don’t manage them correctly. Global style definitions, !important rules everywhere, and low...
http://www.reactvirtualized.com A common requirement in web applications is displaying lists of data. Or tables with headers and scrolls. You have probably done it hundreds...
Offline functionality is becoming an increasingly important part of an app’s user experience. This is not just important for apps that function offline-first, but...