# React 와 Vue 로 똑같은 To Do 앱을 만들어 보았다 [2020]

> Clean Markdown view of GeekNews topic #2568. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2568](https://news.hada.io/topic?id=2568)
- GeekNews Markdown: [https://news.hada.io/topic/2568.md](https://news.hada.io/topic/2568.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-08-01T11:12:51+09:00
- Updated: 2020-08-01T11:12:51+09:00
- Original source: [sunilsandhu.com](https://sunilsandhu.com/posts/i-created-the-exact-same-app-in-react-and-vue-2020-edition)
- Points: 5
- Comments: 1

## Topic Body

2018년에 React 와 Vue 를 이용해서 To Do앱을 만든 걸 비교한 첫 글을 올린 뒤,

2019년엔 React Hooks가 들어간 버전으로 업데이트

2020년엔 Vue 3와 Composition API 를 적용해서 업데이트한 세번째 글

React/Vue 한 쪽에 익숙한 사람이 다른쪽을 볼 때 보기 좋음

각각의 코드는 깃헙에 공개

## Comments



### Comment 2468

- Author: xguru
- Created: 2020-08-01T11:12:55+09:00
- Points: 1

React 와 Vue 로 똑같은 To Do 앱을 만들어 보았다 [2019] https://news.hada.io/topic?id=737
