Optimizing your experience

All things related to Reagent

article

How can I create a ClojureScript web app from scratch with Reagent and npm?

Clarice Bouwer
Clarice Bouwer
Wednesday, 17 November 2021 · Estimated 5 minute read

The goal of this guide is to create a basic Reagent ClojureScript web app from scratch using the Clojure CLI tools. We are going to bundle our JavaScript using Webpack, have HMR (Hot Module Replaceme…