Juho Teperi

Results 133 issues of Juho Teperi

`malli.util/assoc` function doesn't take multiple kv-pairs. `malli.util/dissoc` just takes one key. Many of the functions take additional options parameter. Current docstrings just say `like clojure.core/x`, could be extended to mention...

enhancement

https://reactjs.org/docs/concurrent-mode-reference.html

enhancement

At least in some cases (maybe `:>` etc.) adding React key to item in a seq with metadata will trigger warning about missing key, if the key is `false`. False...

bug

node-cljsjs tests are currently broken because `useContext` hook test is failing: ``` Testing reagenttest.testreagent Error rendering component (in Object) Error: Invalid hook call. Hooks can only be called inside of...

bug
wontfix

I was interested if `:f>` could be replaced with a way to mark the functions using metadata (or something) so that they are used as functional components. But metadata from...

More tests need rewriting to look at the render results after render has been done & some other problems.

Related to #546 `react` name is already so overloaded that I think we want to avoid that. Looks like just calling `notify-deref-watcher!` is enough. That function doesn't modify the atom...

https://github.com/borkdude/clj-kondo/issues/25 - Optional way to create normal Reagent components from functions using some keyword, like `:n>` `:$`. Would work the same way as `[comp]`, but the keyword would make it...

enhancement

https://gist.github.com/roman01la/8b65652af9d086e70aabfdf08ba6129c#removed-raf-based-scheduling-mechanism Would remove need for input workarounds and make interop easier.

enhancement
WIP