A Couple React Components in Rescript February 22, 2021 in Programming, Learning, Rescript Continuing my series on Rescript, I add a couple React components to the ongoing app I’ve been developing. Continue reading
Actions and Reducers in Rescript February 9, 2021 in Programming, Learning, Rescript As a functional language, Rescript maps beautifully to redux-style state management, without all the boilerplate Continue reading
Rescript With React: Routing and Navigation February 3, 2021 in Programming, Learning, Rescript Continuing my journey to learn Rescript using a real-world react-app. In this article, we create some new components. Continue reading
Setting Up A Rescript Create-React-App From Scratch January 28, 2021 in Programming, Learning, Rescript 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. Continue reading