oh-my-c0de/oh-my-fullstack

View on GitHub
redux/actions/action-types.js

Summary

Maintainability
A
0 mins
Test Coverage
export const INCREMENT = 'INCREMENT';
export const DECREMENT = 'DECREMENT';
export const SET_COUNTER = 'SET_COUNTER';

export const GET_DATA = 'GET_DATA';
export const SET_DATA = 'SET_DATA';
export const SET_ERROR = 'SET_ERROR';