Recoil is a brand new React library and approach to state management. Here's my attempt at implementing it in under 100 lines. (more…)
Read more »
A few posts ago, a thoughtful commenter said they'd like to understand "why React is so compelling fo... (more…)
Read more »
In this post, I'll explain how to use and how I implemented useDbDatum / useDbData, two hooks for generically loading data from Firebase RTDB. (more…)
Read more »
Apollo server and client support real-time subscriptions with web sockets. Compared to Meteor’s out of the box real-time communication this is a lot more difficult to set up. With this short …...
Read more »