helix icon indicating copy to clipboard operation
helix copied to clipboard

A simple, easy to use library for React development in ClojureScript.

Results 28 helix issues
Sort by recently updated
recently updated
newest added

https://github.com/lilactown/helix/blob/51e758eb4c5e64794d2042168d00b12ea4143adf/src/helix/core.cljs#L131-L137 If I define a factory component, that also uses a HOC which provides props (in this case withTooltip https://airbnb.io/visx/docs/tooltip which the docs say are deprecated but is still used...

bug
good first issue

This PR has some examples exploring using React's Experimental branch features such as Concurrent Mode and Suspense.

I propose that `$` support the following: `($ "div.foo.bar#unique#id" {} …)` where `{:class ["foo" "bar"] :id "unique id"}` would be set as a result of this. Many hiccup-inspired tools utilize...

We should be able to signal that an expression should be wrapped in a `use-memo` or `use-callback` by annotating it with metadata in the body of a `defnc` or a...

We could remove a lot of the work involved with using different renderers (react-three-fiber, react-native, etc.) and make interop slightly easier if we defaulted to always converting kebab-case to camelCase...