helix

https://github.com/Lokeh/helix
witek 2021-05-16T12:56:42.095400Z

Hi. Is there a way to create an error boundary component with helix?

lilactown 2021-05-16T15:34:42.096Z

there is using the very underdocumented defcomponent macro

lilactown 2021-05-16T15:35:43.096200Z

@witek here's an example: https://github.com/lilactown/helix/blob/master/dev/workshop/core.cljs#L134-L145

1