Reactotron: ImmutableJS Support

Created on 21 Apr 2016  路  4Comments  路  Source: infinitered/reactotron

This is AMAZING. 馃榿

Perhaps we have an Reactotron.addImmutableReduxStore(store) alternative of https://github.com/skellock/reactotron/blob/master/client/reactotron/client.js#L84 and I think that should be it? I didn't look entirely too deep yet.

I'll see if I can cobble something together if this is something you want to support. Or I can run a forked version if including ImmutableJS is too much. :)

Most helpful comment

No errors, as paths passed into your RS methods will return null.

ImmutableJS data structures can only be accessed via .get and .getIn. I also realize you can possibly not need to include the library by checking for those methods and using them instead. :)

All 4 comments

Thank you. You mean http://facebook.github.io/immutable-js/ ya?

I've tried it with seamless-immutable, but not Immutable.js. Do you see an error when you run it?

No errors, as paths passed into your RS methods will return null.

ImmutableJS data structures can only be accessed via .get and .getIn. I also realize you can possibly not need to include the library by checking for those methods and using them instead. :)

Ahhhhhhhhh... Totally get what you're saying now.

Thank you. Ya that should be no problem at all.

This is in place now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

wilr picture wilr  路  3Comments

AdrienLemaire picture AdrienLemaire  路  3Comments

microcipu picture microcipu  路  5Comments

lndgalante picture lndgalante  路  4Comments

Eyesonly88 picture Eyesonly88  路  4Comments