bruz/react-native-redux-groceries

View on GitHub
src/reducers/items.js

Summary

Maintainability
A
1 hr
Test Coverage

Function reducer has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function reducer(state = initialState, action) {
  let list

  switch (action.type) {
  case ADD_ITEM_SUCCESS:
Severity: Minor
Found in src/reducers/items.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status