I want to implement many-to-many relationship in Redux. My reducer looks like this:
const INITIAL_ARTICLES = { articles: [], tags: [] } const articles = (