redux-bookshelf

json format

{
  "books": {
    "all": [
      {
        "title": "title",
        "authors": "authors",
        "imageUrl": "http://example.com"
      }
    ]
  }
}