untangled

NEW CHANNEL: #fulcro
eric.shao 2017-06-21T07:13:38.556233Z

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

claudiu 2017-06-21T11:18:30.962137Z

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

claudiu 2017-06-21T11:19:07.969748Z

trying to generate the app-state on the server.

claudiu 2017-06-21T12:19:27.749453Z

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

wilkerlucio 2017-06-21T20:34:44.841525Z

@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?

wilkerlucio 2017-06-21T20:41:05.972476Z

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)

wilkerlucio 2017-06-21T20:41:18.976703Z

but removing the query makes it render on the first load

wilkerlucio 2017-06-21T20:44:07.033793Z

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