solid-cljs icon indicating copy to clipboard operation
solid-cljs copied to clipboard

ClojureScript bindings to SolidJS

Results 2 solid-cljs issues
Sort by recently updated
recently updated
newest added

## Summary by CodeRabbit - **Documentation** - Updated the README.md to include a short summary section. - **Refactor** - Improved the control flow in the `app` component by modifying effect...

Hello! I was trying out this wrapper and came across a problem when writing using `s/for` like this: ```clojure (s/for [[v] some-sequence] ; no index binding ...) ``` Shadow throws...