Fork me on GitHub
#clojurescript
<
2023-07-04
>
vemv12:07:02

besides from cljs.test -> clojure.test, are there other built-in namespaces for which cljs. is now less desirable to write?

colinkahn23:07:35

From this article it looks like what makes this work is a catch all fallback to cljs. when the clojure. namespace doesn't exist - https://blog.fikesfarm.com/posts/2016-07-03-clojurescript-clojure-namespace-aliasing.html

grounded_sage23:07:02

Is there actually a good way to keep track of the viewport on mobile? Each thing I have tried seems to fail in strange ways. I am wanting to keep a fixed top and bottom bar even with virtual keyboard interactions.