Implement many-to-many relationship in Redux

后端 未结 0 862
耶瑟儿~
耶瑟儿~ 2021-01-23 15:10

I want to implement many-to-many relationship in Redux. My reducer looks like this:

const INITIAL_ARTICLES = {
    articles: [],
    tags: []
}
const articles = (         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题