Fork me on GitHub
#fulcro
<
2023-03-21
>
Mateusz Mazurczak13:03:04

Few more updates: fulcro-native Readme update to not confuse people with expo-40 file version https://github.com/fulcrologic/fulcro-native/pull/11 fulcro-native-template: Using the newest fulcro-native version (important) https://github.com/fulcrologic/fulcro-native-template/pull/55 Add an example with cached fonts/images. https://github.com/fulcrologic/fulcro-native-template/pull/56

👍 4
Grimgog18:03:07

Some beginner-like question but I can't figure it out somehow... I want to use "defquery-root" for defining an autocomplete search query server-side but how do I really use it? If I just write (defquery-root ...) clj-kondo says that its an unresolved symbol

borkdude18:03:21

I see that fulcro has a config for clj-kondo: https://github.com/fulcrologic/fulcro/blob/main/src/clj-kondo/clj-kondo.exports/com.fulcrologic/fulcro/config.edn but perhaps this defquery-root is not covered there? cc @U0522TWDA