Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- component
- 티스토리챌린지
- go
- JavaSpring
- storybook
- typescript
- Redux
- ReactHooks
- golang
- React
- java
- satisfiles
- test
- tanstackquery
- hook
- Chakra
- Gin
- frontend
- 웹애플리케이션서버
- backend
- css
- designpatterns
- Spring
- 오블완
- RTK
- JPA
- react-hook-form
- springboot
- javascript
Archives
- Today
- Total
목록rsc (1)
bkdragon's log

React Sever Component (이하 RSC)는 React 18부터 도입된 개념이다. 서버에서 동작하는 컴포넌트를 말한다. Next 13의 app directory에서 작성하는 Component는 기본적으로 Server Component이다. RSC의 동작 방식 이제 React tree에는 RSC, RCC 가 적절하게 분배되어 사용될 것이다. (출처 : https://www.plasmic.app/blog/how-react-server-components-work#what-are-react-server-components ) 브라우저에서 해당 페이지에 대한 요청을 하면 React Tree의 root부터 실행하며 직렬화된 JSON 형태로 재구성한다. 모든 Component에 대해서 이 작업이 이뤄지..
React
2023. 8. 21. 15:18