reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
Joni Hiltunen 2021-05-25T00:04:19.013800Z

If anyone is curious, the answer was to set "width" to "100%" on both the box and the button...

👍 1
anonimitoraf 2021-05-25T10:48:59.015200Z

Hey guys, anyone know how to make this feature work for .jsx? https://shadow-cljs.github.io/docs/UsersGuide.html#_requiring_js

p-himik 2021-05-25T10:49:52.015300Z

That very same page has mentions of JSX and some examples.

anonimitoraf 2021-05-25T10:51:23.015500Z

Oh whoops :man-facepalming: Thanks for pointing it out! (I actually tried out the .js example for .jsx naively and it didn't work so I assumed it's not doable)