Comment by raspasov Comment by raspasov 17 hours ago 2 replies Copy Link View on Hacker News Very nice! ClojureScript rocks. Just curious, did you use any React for this, or is it vanilla HTML interop?
Copy Link diggan 17 hours ago Next Collapse Comment - > view-source:https://dopeloop.ai/beat-maker/js/main.js> CTRL+F "React"> 93 matchesSomewhere 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. Reply View | 0 replies
Copy Link chr15m 2 hours ago Prev Collapse Comment - Thanks! Yes, it uses React via Reagent. Reply View | 0 replies
> 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.