Skip to content

[신승준] week-1 오픈소스 선정 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions week-1/신승준.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
### 내가 선정한 오픈소스 프로젝트 [@tanstack/react-query](https://github.com/tanstack/query)

- **@tanstack/react-query**
- 서버로부터 받은 데이터를 관리할 때 주로 사용하는 라이브러리입니다.

### 선정 이유

1. 조금 더 깊게 이해해보고 싶어서 선정했어요. 내부 코드부터 뜯어보는 것이 많은 공부가 될 것으로 보여요!

### 기여 계획 및 다음 액션 아이템

1. useQuery가 어떻게 동작하는지 파악하기
2. 테스트 코드 혹은 문서 기여로 시작해보기
3. 스스로 기여할만한 것을 찾아보거나 Issues에서 기여할만한 것 찾아보기

queryOptions처럼 mutationOptions를 추가해볼까 했는데 이미 한국인분이 진행 중이네요..! [feat(react-query): add mutationOptions](https://github.com/TanStack/query/pull/8960)

### `(선택)` 인상깊게 본 이슈 / PR

1. [feat(react-query): add mutationOptions](https://github.com/TanStack/query/pull/8960)

### 기타

굳이 @tanstack/react-query가 아니더라도 react-hook-form이나 react-simplikit, es-toolkit, radix, tiptap, nuqs 등등 자주 쓰고 있는 오픈 소스에 한 번이라도 기여해보고 싶네요!