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.
As a functional language, Rescript maps beautifully to redux-style state management, without all the boilerplate
Continuing my journey to learn Rescript using a real-world react-app. In this article, we create some new components.
I recently discovered the Rescript programming language and am really excited about it. I haven’t found many tutorials on the subject, so I’m documenting my steps as I go.