bencope.land
  • Home
  • About

react

A collection of 3 posts
react

React and Functional Programming

💡As I was planning this post, I looked around to see if anyone else had written on this and indeed someone has in this this post, and I recommend it. I decided to add to the topic rather than restating what was said there. The introduction of hooks in React
04 Sep 2023 2 min read
react

RxJS for Functional State Management

Since it is bundled with Angular, RxJS does not tend to get much attention as a means to have state in a functional React application. However, RxJS is a powerful way to have state with little boilerplate and high resilience. It is light in boilerplate because it can achieve immutable,
21 Aug 2021
functional programming

Isolating Unused, Nil Expressions in React

A functional-first approach to programming discourages a number of typical JavaScript practices, including some practices that are even typical for React. In particular, React conventions nudge us towards having unused expressions, and to have expressions that are nil (undefined or null) with its useEffect hook. Let's consider how
22 Jul 2021 2 min read
Page 1 of 1
bencope.land © 2025
Powered by Ghost