Evan Freeman
  • Taming the Text Fields: Mastering Controlled Inputs in React

    Tired of rogue input fields running wild in your React app? Enter the Controlled Input...

    December 18, 2024 - 2 minute read -
  • Introduction to TypeScript: Why Should You Use It for Your Next Project

    TypeScript is a popular open-source programming language that is a superset of JavaScript. It was...

    March 3, 2022 - 2 minute read -
  • React router hook for easier access to query parameters.

    To access the query parameters in react router you have to first access the location,...

    June 8, 2020 - 1 minute read -
  • Don't set the state if an old promise resolves.

    Easy way to make sure you don’t set the state if an old promise resolves...

    April 1, 2019 - 1 minute read -
  • What is a pure function in Javascript?

    A pure function is where the return value is determined by its input values, without...

    January 3, 2019 - 1 minute read -
  • Filtering falsy values

    How to quickly discard falsy values from an array? Thanks to Array.filter(Boolean), this is an...

    March 22, 2017 - 1 minute read -
  • My new blog with Jekyll, very exciting.

    So this is the new blog since I’m not a pure windows developer any longer...

    March 3, 2014 - 1 minute read -