Reactive With Clojurescript Recipes: Functional... Apr 2026
Reactive with ClojureScript Recipes: Functional Programming for the Web by Nicolas Modrzyk (published in 2017) is a practical, recipe-based book focused on using ClojureScript to build interactive web applications. Core Focus
The book centers on Reagent , a minimalist library that provides an interface between ClojureScript and React, making React easy to use through functional programming principles. Reactive with ClojureScript Recipes: Functional...
It focuses on writing reactive, interactive applications for browsers and mobile (HTML5-based). Reactive with ClojureScript Recipes: Functional...
Suggest alternative books or resources for learning or re-frame ? Reactive with ClojureScript Recipes: Functional...
Working with Reagent atoms to manage state and automatically re-render components.
Building single-page apps (SPAs) and potentially using them for mobile deployment. Source Code