Proud to have completed the deep learning specialization in Coursera
Pinned Loading
-
-
-
-
-
-
New Twiddle
New Twiddle 1import * as types from '../actions/types';
23export const addTodo = text => dispatch => dispatch({type: types.ADD_TODO, text});
4export const deleteTodo = id => dispatch => dispatch({type: types.DELETE_TODO, id});
5export const editTodo = (id, text) => dispatch => dispatch({type: types.EDIT_TODO, id, text});
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.