reagent

A minimalistic ClojureScript interface to React.js http://reagent-project.github.io/
p-himik 2021-01-30T12:14:52.029Z

Has anyone seen a strange reagent.core/with-let behavior where it just swallows some exception and keeps going as if the rest of the bindings were all set to undefined? I can see it in a fairly complex app but I'm struggling to reproduce it in a simple setup at the moment.

p-himik 2021-01-30T13:01:49.029100Z

Came up with an MRE, created https://github.com/reagent-project/reagent/issues/525

2