Questions tagged [reagent]

Reagent serves as a simple bridge connecting ClojureScript with React, offering a clean and straightforward interface.

Is it possible to pass props through Clojurescript reagent/as-element?

Exploring the capabilities of material-ui framework wrapped for clojurescript using reagent-material-ui, I am developing a small desktop application. One thing that piqued my curiosity is how to pass props and style when utilizing the reagent/as-element ...

Exploring list iteration with ClojureScript, Reagent, and Reagent Material UI: Attempting to iterate through a list

Recently, I started exploring clojurescript and reagent for building a personal website. Using shadow-clj for hot reloading has been quite helpful. To begin, I imported the necessary material-ui components: (:require [reagent-material-ui.icons.home :refer ...