untangled

NEW CHANNEL: #fulcro
2016-07-28T17:34:30.000276Z

i had trouble getting start-untangled-support-viewer to work with our application, it kept failing due to our authentication setup. so i copied the src over and added a request-transform as a parameter to new-untangled-client, and it seems to work now.

2016-07-28T17:34:59.000277Z

maybe its worth allowing an optional set of params to pass through to new-untangled-client?

2016-07-28T18:10:19.000280Z

basically, stubbing network only got us halfway there, as our app still tried to authenticate the user.

tony.kay 2016-07-28T20:35:23.000283Z

@kenbier: The support viewer is very basic. It is really just an Untangled app that loads/views another Untangled app with a historical sequence of app states (it should also be disabling the networking for that embedded app). It is just beyond experimental...as in it still needs a lot of work.

2016-07-28T21:25:33.000284Z

@tony.kay: i see. we ran into some issues that i suspect others will as well, but its working pretty well now 🙂 ill submit a PR with suggestions when i have time

tony.kay 2016-07-28T21:25:43.000285Z

sure, thanks