Many to many relationship in Redux

前端 未结 0 1393
天命终不由人
天命终不由人 2021-01-23 04:35

I want to create many to many relationships in Redux. Look at this:

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


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