logoalt Hacker News

raspasovyesterday at 11:04 AM2 repliesview on HN

Very nice! ClojureScript rocks. Just curious, did you use any React for this, or is it vanilla HTML interop?


Replies

digganyesterday at 11:27 AM

> 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.

chr15mtoday at 2:19 AM

Thanks! Yes, it uses React via Reagent.