Christian Johansen

Results 80 comments of Christian Johansen

I don't maintain Juicer anymore, I suggest you look for an alternative.

@iambumblehead Thanks for your kind words 😊 I've been a happy Snabbdom user (through dumdom) for years. It was a bit of a bumpy ride to get on, as you've...

It looks like the namespace part is empty. What does the output of `(dumdom.string/render (test-div {:text "hello"}))` look like on the server side?

Hi! Yes, I wanted fragments a while ago, but it wasn't possible in snabbdom then IIRC. I was thinking that maybe the syntax could just be a list? But then...

Does it have to be a component? If you can make do with a regular function, it should work fine.

`(def PerformantFragment (memoize render-fragment))` will achieve pretty much the same 😊

I'm sorry, this requires changes in the ClojureScript compiler that aren't released yet. I'll update the pull request when possible.

There's a pull request in for proper UTF-8 support, awaiting some tests.