All posts

  • A useful pattern for handling remote data in React apps

    By Devin Jameson on August 10, 2024

    Handling remote data state is one of the most common things we do in React apps, so it makes sense to carefully consider how we model it.

  • I made a Snake clone with RxJS

    By Devin Jameson on July 21, 2024

    Snake was one of my favorite games to play on my Nokia cell phone circa 2007, so I decided to rebuild it with modern frontend web tooling.