Testing the re-frame Clojure frontend framework
Posted on 2022-01-16 in Programmation • Tagged with JavaScript, Clojure
I wanted to test re-frame a Clojure framework for building user interfaces. It is built on top of Reagent a Clojure library to interface with React in ClojureScript. The main goal of this framework is to help you manage the state of your application. To do that, you need to …
Continue reading