Sunday, September 20, 2020
Reef - A lightweight library for creating reactive, state-based components and UI - I had not seen this framework before, docs are easy and quick to read, worth considering for smaller projects reefjs.com #
How vanilla JS Proxies work - I’d been reading about proxies recently but I couldn't think of many real world examples of where to use them, turns out you can create reactive UI components with them gomakethings.com #
GitHub CLI 1.0 is now available - I’ve always wanted to be able to manage PRs, issues etc from the command line, turns out there is a cli tool for that, the latest version has just been released github.blog #