skortchmark9 / reselect-tools

Debugging Tools for Reselect
MIT License
427 stars 24 forks source link

Immutable.js rendering. #11

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hey, The redux-tools natively support rendering Immutable.js data structures, it would be really nice if reselect-tools could do the same. I could work it out and create a pull request, if you're interested?

Cheers, jp

skortchmark9 commented 5 years ago

Sure, I'd be happy to take a PR. I'm guessing you'd need to serialize it on the application side before you call selectorGraph()

skortchmark9 commented 5 years ago

@XuluWarrior added a pull in the extension that I think I'll take instead. See: https://github.com/skortchmark9/reselect-devtools-extension/issues/3