Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qkreltms/react-todolist2

리엑트 투두리스트
https://github.com/qkreltms/react-todolist2

Last synced: 8 days ago
JSON representation

리엑트 투두리스트

Awesome Lists containing this project

README

        

DONE
----
> 1. prop-types 적용
> 2. redux적용
> 3. 라우터, intl적용해 한글, 영어 바꿀 수 있게
> 4. material-ui, scss 적용
> 5. scss 적용
> 6. react-thunk 적용
> 7. jest 적용(actions, reducers)

DOING
---
> 1. gitflow 적용
> 2. typescript 적용

TODO
----
> 0. react-saga 적용
> 3. surge에 배포


> 4. 총 정리(블로그 작성)
>2. redux-saga 어떻게 사이드 이펙트 제거하는지, async-await 적용해보기
>2. Generator 정리(cooperative multitasking), async-await (https://meetup.toast.com/posts/73)
>2. redux-thunk 가 왜 필요한지
>1. todolist 제작과정
>2. redux가 왜 필요한지
>3. intl적용과정