Fork me on GitHub
#untangled
<
2017-06-21
>
eric.shao07:06:38

Has someone used Untangled on re-natal(cljs-react-native) ? @tony.kay please expand Untangled to react-native field.

claudiu11:06:30

@tony.kay Any change that in the new updates there will be a clojure implementation for merge-alternate-union-elements! ?

claudiu11:06:07

trying to generate the app-state on the server.

claudiu12:06:27

any reason why: (implements? uc/InitialAppState ui/Root) is true and `(satisfies? uc/InitialAppState ui/Root) ` is false ?

wilkerlucio20:06:44

@tony.kay trying to update an app to use the new untangled repository, but something is odd, I'm just trying to render a very simple compoennt, but nothing happens on mount, I can log before and after the mount call, also a log inside started-callback is also logging, but the UI is never updated (keep seeing Loading...), there is any new thing that I might be missing to change?

wilkerlucio20:06:05

humm, weird, if my Root component has a query, the first render doesn't work, but does render on a second render (in case I update some file)

wilkerlucio20:06:18

but removing the query makes it render on the first load

wilkerlucio20:06:07

getting even more weird, if my query has only [:ui/react-key] the load doesn't work, but if I add other key that contains a value defined on initial-state it works, but using other keys dont