Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qkreltms/react-todolist2
리엑트 투두리스트
https://github.com/qkreltms/react-todolist2
Last synced: 8 days ago
JSON representation
리엑트 투두리스트
- Host: GitHub
- URL: https://github.com/qkreltms/react-todolist2
- Owner: qkreltms
- Created: 2018-12-28T11:10:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T19:24:25.000Z (about 3 years ago)
- Last Synced: 2024-04-23T23:17:51.094Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 535 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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적용과정