jamesplease / redux-resource

3kb resource management for Redux
https://redux-resource.js.org
MIT License
237 stars 28 forks source link

Support add ids at the beginning of lists #442

Closed tomzaku closed 4 years ago

tomzaku commented 4 years ago

I would like to add ids at the beginning of the list.

{
            resources: [item],
            list: questionId,
            unshiftList: true
}

Correct me if I'm doing wrong