squint

yogthos 2024-10-10T19:10:01.851119Z

@borkdude what would be your thoughts on porting this to squint https://bitbucket.org/sonwh98/mr-clean

yogthos 2024-10-10T19:11:27.730499Z

it's a tiny Reagent style library that doesn't really need any dependencies, only dependency it has is for generating html strings from hiccup which squint is already able to do

yogthos 2024-10-10T19:11:54.972549Z

having light weight reagent style semantics out of the box could be kind of nice

💯 1
yogthos 2024-10-10T19:34:12.089669Z

yeah preact is nice too, the part I like with mr-clean approach is that it doesn't even bother with a vdom since the repaints are a product the state of a reactive atom

borkdude 2024-10-10T19:38:54.475629Z

sounds bit like hoplon too

yogthos 2024-10-10T19:39:19.184789Z

yeah same idea

yogthos 2024-10-10T20:39:06.212359Z

I was thinking another neat use case for something like this could be server side where you could have an atom that you subscribe to and whenever its state changes you produce effects