Mario Fernandez

  • About
  • Talks
  • Blog
  • Tags

A directory structure for React projects

2020/07/19ReactTypeScriptCode Organization
How do you structure your components in a React application? I like to group mine around features close to the domain enforced by convention

Book Review: Effective TypeScript

2020/04/25Book ReviewTypeScript
If there is one book to read about TypeScript, it's got to be Effective TypeScript

Angular from the perspective of a React fan - Part 3

2018/07/07JavaScriptReactAngularTypeScriptangular-cliredux
Third part of my series on Angular, coming from a React background. This article focus on state management

Angular from the perspective of a React fan - Part 2

2018/04/29JavaScriptReactAngularTypeScriptangular-cli
Second part of my series on Angular, coming from a React background. This article focus on testing

Angular from the perspective of a React fan - Part 1

2018/03/25JavaScriptReactAngularTypeScriptangular-cli
First part of my series on Angular, coming from a React background. This article is about bootstrapping and TypeScript