Skip to content

feat(apps/frontend/tech): 우아한 타입스크립트 9, 10, 11장#76

Merged
99mini merged 6 commits intomainfrom
tech/woowa-9-10-11
Apr 26, 2025
Merged

feat(apps/frontend/tech): 우아한 타입스크립트 9, 10, 11장#76
99mini merged 6 commits intomainfrom
tech/woowa-9-10-11

Conversation

@99mini
Copy link
Copy Markdown
Owner

@99mini 99mini commented Apr 26, 2025

close: #75

@99mini 99mini requested a review from Copilot April 26, 2025 03:51
@99mini 99mini self-assigned this Apr 26, 2025
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for three chapters of 우아한 타입스크립트 covering React hooks, CSS-in-JS, and state management. The changes include new markdown files for chapters 9, 10, and 11 that document various concepts with code examples and explanations.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

File Description
apps/frontend/tech/docs/우아한타입스크립트/9장-훅.md New chapter on hooks with TypeScript code examples
apps/frontend/tech/docs/우아한타입스크립트/11장-CSS-in-JS.md New chapter on CSS-in-JS and its usage with styled-components
apps/frontend/tech/docs/우아한타입스크립트/10장-상태관리.md New chapter on state management with React code examples
Comments suppressed due to low confidence (2)

apps/frontend/tech/docs/우아한타입스크립트/9장-훅.md:38

  • The type 'CreateFromProps' is referenced as 'CreateFormProps' later; please ensure consistent naming.
type CreateFromProps = {

apps/frontend/tech/docs/우아한타입스크립트/10장-상태관리.md:10

  • The chapter header shows '[11장] 상태관리' while the file is for chapter 10; please update the header to '[10장] 상태관리'.
[11장] 상태관리

Comment thread apps/frontend/tech/docs/우아한타입스크립트/9장-훅.md Outdated
Comment thread apps/frontend/tech/docs/우아한타입스크립트/11장-CSS-in-JS.md Outdated
99mini and others added 2 commits April 26, 2025 12:52
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@99mini 99mini merged commit 7643c75 into main Apr 26, 2025
1 check passed
@99mini 99mini deleted the tech/woowa-9-10-11 branch April 26, 2025 03:53
99mini added a commit that referenced this pull request Apr 27, 2025
* feat(apps/frontend/tech): add documentation for React hooks in TypeScript

* feat(apps/frontend/tech): add chapter 10 on state management in TypeScript

* feat(apps/frontend/tech): update chapter 10 on state management formatting and add chapter 11 on CSS-in-JS

* fix(apps/frontend/tech): correct typo in styled-components type declaration

* fix: 오탈자 수정

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix: 오탈자 수정

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[우아한 타입스크립트] 9, 10, 11 장 독서

2 participants