bencope.land
  • Home
  • About

react

A collection of 2 posts
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,
Aug 21, 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 to isolate
Jul 22, 2021 2 min read
Page 1 of 1
bencope.land © 2023
Powered by Ghost