Very nice! ClojureScript rocks. Just curious, did you use any React for this, or is it vanilla HTML interop?
> view-source:https://dopeloop.ai/beat-maker/js/main.js
> CTRL+F "React"
> 93 matches
Somewhere there is a React lurking :)
Guessing it's via Reagent as it's also mentioned 8 times, and is a fairly traditional approach to frontend with ClojureScript.
Thanks! Yes, it uses React via Reagent.
> view-source:https://dopeloop.ai/beat-maker/js/main.js
> CTRL+F "React"
> 93 matches
Somewhere there is a React lurking :)
Guessing it's via Reagent as it's also mentioned 8 times, and is a fairly traditional approach to frontend with ClojureScript.