How to achieve state normalization for
many-to-many
relations. Normalizr.js gives the
one-to-one
effectively.
There is and example mentioning the case in redux docs in the code listing mentioning a
bookAuthor
relation, however, nowhere there is an explanation to achieve this effectively and relatively easily.
I have put the question on the SO, as well.