ImmutableJS within react components

128 Views Asked by At

Should our ImmutableJS data structures be connected and used within our react higher order components?

Should they even be used within react components in general? or should we convert to javascript structures before passing to react components?

0

There are 0 best solutions below