Extending the JS bindings I’ve modelled in previous articles, in this add bindings for subscribing to queries, and hook those up to Application state.
In an earlier article, I started modelling RxDB calls from rescript with the intent of building an offline-enabled Rescript app. This article continues from that base, modelling collections and queries.
I wanted to explore progressive web apps, and I took the opportunity to learn about binding Rescript to existing Javascript libraries.
As part of my ongoing experiments with Rescript, I decided to implement a Node app with express.
In this article, we complete the Recipes single page app we’ve been developing in Rescript by styling it with Emotion, a popular framework for styling in React systems.
Continuing my series on Rescript, this article covers React forms with managed state and dispatching useReducer actions when our state changes.
Continuing my series on Rescript, I add a couple React components to the ongoing app I’ve been developing.