uix icon indicating copy to clipboard operation
uix copied to clipboard

Idiomatic ClojureScript interface to modern React.js

Results 3 uix issues
Sort by recently updated
recently updated
newest added

`lazy_loader/require-lazy` is opinionated about how to derive js module name from cljs namespace. This opinion is inconvenient to my namespace structure ``` module (->> (str lib) (re-find #"\.([a-z0-9-]+)") second keyword)]...

**Describe the bug** Portal Demo should use LayoutEffect for getting dom node **Include minimal repro** currently, demo query the dom node in rendering function which break the purity of rendering...

**Is your feature request related to a problem? Please describe.** I'm currently using the re-frame-like xframe for global subscriptions and state updates. However, in many of my use-cases I merely...