## Keynote
- State of React Native
- https://youtu.be/0ckOUBiuxVY?t=2419
- 마이크로소프트 오피스, 윈도우11 시작 화면 에서도 react native 사용 중
- 여러 회사외 협업 중
- New Capabilities
- https://youtu.be/0ckOUBiuxVY?t=3080
- 새로운 아키텍처가 적용 중이고 현재 beta임
- Production Ready Apps
- https://youtu.be/0ckOUBiuxVY?t=3586
- react native만으로도 잘 만들수 있지만 Expo를 쓰면 더 좋을 것이다.라고 말함
- https://expo.dev/
- Expo SDK for React Native
## Extending React Native Beyond Mobile & Desktop Apps
- https://youtu.be/0ckOUBiuxVY?t=5799
- 아마존 개발자 두 명 나와서 발표함.
- 멀티 디바이스 환경에서의 개발할 때 고려할 사항
- performance
- code re-usablility
- user & detice interactions
- 멀티 디바이스 안쓰면 한 숨 자도 된다고 함. ㅋ
## React compiler depp dive
- https://youtu.be/0ckOUBiuxVY?t=9312
- 초반에 언급되는 코드 예제들은 결국 funciton은 stateless 하게 작성하고 사이드 이펙트는 hook으로 변경해주어야 된다는 얘기. java진영에서는 이미 수십년전부터 나왔던 얘기
- 이렇게 코드를 작성했을 때 react compiler가 제대로 인식하고 도움을 줄 수 있다는 내용
## And Now You Understand React Server Components
- https://youtu.be/0ckOUBiuxVY?t=11255
- React Server Components : RSC
- RSC 가 SSR과 구분되는 점은 렌더링의 단위가 페이지가 아닌 컴포넌트라는 것이다.
## React Rhythm & Blues
- https://youtu.be/0ckOUBiuxVY?t=12729
- react의 ecosystem이 react core에 어떻게 영향을 미쳤는지 보여줌
- react -> react suspense -> react hooks
-> react Actions, servcer components
- 항공좌석 예약하는 과정을 rsc로 구현하여 보여줌
## Solve 100% of your errors
- https://youtu.be/0ckOUBiuxVY?t=19881
- Sentry 홍보나온 듯
- https://sentry.io/welcome/
## Demystifying accessiblility in React apps
- https://youtu.be/0ckOUBiuxVY?t=20659
- 웹 접근성 관련된 얘기
## Pigment CSS, CSS in the server component age
- https://youtu.be/0ckOUBiuxVY?t=21698
- 서버 컴포넌트에서의 CSS 대한 얘기
- styled component 손들어 보라고 했는데 4-50% 정도 손을 드네요.
- Pigment CSS
- https://github.com/mui/material-ui/tree/master/packages/pigment-css-react
## Spatial computing with React
- https://youtu.be/0ckOUBiuxVY?t=22537
- 제목그대로... 공간 컴퓨팅에(vr 같은거) React 사용하는 것에 대한 내용
- react native 를 사용하여 스마트폰과 vr 기기에서 앱 구현한 데모 보여줌
- https://www.callstack.com
## Enhancing Forms with React Servcer Components
- https://youtu.be/0ckOUBiuxVY?t=25286
- form action 에 대한 내용
## The next decate of React Native
- https://youtu.be/0ckOUBiuxVY?t=26571
- cross platform react
- layers of a react app
- react-strict-dom
- 코드를 한번만 작성하면 모든 곳에서 사용가능 한가? No
- 모든 플랫폼을 만족시키는 것이 목표가 아니다.
- 상식적으로 코드를 공유해야할 곳에서만 공유하면 된다.
- 따라서 의미 있는 플랫폼 차별화에 더 많은 시간을 할애할 수 있습니다.
- 웹 호환성이 react native의 이정표(북극성)이다.
댓글
댓글 쓰기