jmeas/redux-resource

View on GitHub
examples/lists-and-named-requests/src/action-creators/get-latest-books.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getLatestBooks has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function getLatestBooks() {
  return function(dispatch) {
    dispatch({
      type: actionTypes.READ_RESOURCES_PENDING,
      resourceType: 'books',

    There are no issues that match your filters.

    Category
    Status