feat(apps/frontend/tech): 우아한 타입스크립트 9, 10, 11장#76
Merged
Conversation
…tting and add chapter 11 on CSS-in-JS
Contributor
There was a problem hiding this comment.
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장] 상태관리
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
close: #75