reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Casey 2020-08-11T07:10:18.164900Z

Oh brilliant, thanks @alpox. The dom apis are pretty huge these days, my memory of them is still stuck in 2007

rap1ds 2020-08-11T11:17:33.165500Z

@ramblurr Sounds to me that React Ref https://reactjs.org/docs/refs-and-the-dom.html is the tool for the job

Casey 2020-08-11T15:54:07.166300Z

thanks @rap1ds refs are exactly what this needed.

👌 1
Casey 2020-08-11T15:54:14.166600Z

works as advertised