Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TongchengQiu/TodoList-as-redux-demo
/ functions
Functions
15 in github.com/TongchengQiu/TodoList-as-redux-demo
⨍
Functions
15
◇
Types & classes
10
↓ 3 callers
Method
renderFilter
(filter, name)
app/components/Footer/index.jsx:4
↓ 1 callers
Function
addTodo
(text)
app/actions/index.js:13
↓ 1 callers
Function
completeTodo
(index)
app/actions/index.js:20
↓ 1 callers
Function
configureStore
(initialState)
app/stores/configureStore.js:4
↓ 1 callers
Method
handleClick
(e)
app/components/AddTodo/index.jsx:16
↓ 1 callers
Function
selectTodos
(todos, filter)
app/containers/App.jsx:51
↓ 1 callers
Function
setVisibilityFilter
(filter)
app/actions/index.js:27
Method
render
()
app/components/Footer/index.jsx:20
Method
render
()
app/components/AddTodo/index.jsx:5
Method
render
()
app/components/TodoList/index.jsx:5
Method
render
()
app/components/Todo/index.jsx:4
Method
render
()
app/containers/App.jsx:16
Function
select
(state)
app/containers/App.jsx:63
Function
todos
(state = [], action)
app/reducers/todos.js:6
Function
visibilityFilter
(state = SHOW_ALL, action)
app/reducers/visibilityFilter.js:8