Skip to content
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

[서준환] 11장: Next.js 13과 리액트 18 #85

Merged
merged 3 commits into from
Feb 22, 2024
Merged

Conversation

Seojunhwan
Copy link
Member

세상 천천히 하다가 호다다다다다닥 마무리 ,,

정말 정리만 했네요,,

Copy link
Member

@hyesungoh hyesungoh left a comment

Choose a reason for hiding this comment

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

👍 👍 고생하셨습니다 👍

Comment on lines +148 to +149
> 저번에 우연치않게 강동윤님을 만나게 되었는데, 그 분께서 요 기능 정말 괜찮다고 하시더라구요!
서버 액션은 API를 굳이 생성하지 않아도 함수 수준에서 서버에 접근하여 데이터 처리를 할 수 있다.
Copy link
Member

Choose a reason for hiding this comment

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

😮

Comment on lines +103 to +104
[링크](https://nextjs.org/docs/app/building-your-application/rendering/server-components#how-are-server-components-rendered)를 참고하자!

Copy link
Member

Choose a reason for hiding this comment

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

👍 👍 👍

Comment on lines +141 to +144
## 11.4 웹팩의 대항마, 터보팩의 등장

> 사용해보신 분?!
> swc, babel, webpack, turbopack, esbuild, parcel, vite 등등 이런 것들이 어떤 관계인지, 어떤 역할을 하는지 넘나 헷갈리네요
Copy link
Member

Choose a reason for hiding this comment

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

스크립트로 dev:turbo 이렇게 뚫어두기만 하고 ... 사용해보진 않았네요 😢

Copy link
Contributor

Choose a reason for hiding this comment

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

swc: babel 대체제 (Es 2015 와 같이 이전 브라우저에서 구동 가능한 javascript로 변환해주는 트랜스파일러)
turbopack, vite: webpack 대체제 (번들러 + 코드 스플리팅, hmr 등을 지원해주는 번들러
esbuild: 매우 빠른 번들러 (hmr 지원 x, esbuild의 속도를 활용하기 위해 vite에서 사용)

Comment on lines +162 to +164
[앱 라우터를 사용할 때 주로 하는 10가지 실수들](https://youtu.be/RBM03RihZVs?si=p5kjrWtGZCO29643)
[앱 라우터 캐싱 설명](https://youtu.be/VBlSe8tvg4U?si=B19SnSn_eM7I4KYd)
Copy link
Member

Choose a reason for hiding this comment

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

👍 👍 😮 🚀 🎸 👩‍🎤 👨‍🎤

@Seojunhwan Seojunhwan enabled auto-merge (squash) February 13, 2024 14:27
@hyesungoh hyesungoh disabled auto-merge February 22, 2024 09:51
@hyesungoh hyesungoh merged commit a4db8e7 into main Feb 22, 2024
1 check passed
@hyesungoh hyesungoh deleted the 11장/서준환 branch February 22, 2024 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants