I want to create many to many relationships in Redux. Look at this:
const INITIAL_ARTICLES = { articles: [], tags: [] } const articles = (state = INITIAL_