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

[우창완] 15장: 마치며 #95

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions 15장/우창완.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 15장 마치며



### 인터넷 익스플로어 11 지원

리액트 18, Next.js 13 부터 공식적으로 IE11을 지원하지 않는다. 만약 지원해야 한다면, 버전 유의하자
심지어 jQuery 4도 IE를 지원하지 않을 예정이라고 한다. 이 쯤되면 IE를 보내주는 게..



### 상태 관리 라이브러리

상태 관리 라이브러리는 꼭 필요할 때만 사용하자.

다른 페이지 간에 상태 공유가 필요하지 않는 한 상태 관리 라이브러리가 필요 없을 수도 있다.



### 언젠가 사라질 수도 있는 리액트

언젠가는 사라질 수 있지만 Long-live 리액트라고 믿는다.(리액트가 대체되는 것보다 내가 AI에게 대체되는 게 빠를 수도 🐣)

React만 알면 웹은 물론, 낮은 러닝커브로 ios, android 심지어 vision os 도 개발할 수 있다.

개인적인 생각으로는 리액트 19와 React compiler의 변경점도 긍정적으로 보고 있다.

메타에서 [React-strict-dom](https://github.com/facebook/react-strict-dom) 를 출시했는데 이를 이용해 html으로 리액트 네이티브를 개발할 수 있다. 리액트의 생태계가 더욱 커질 것 같다.
Comment on lines +26 to +28
Copy link
Member

Choose a reason for hiding this comment

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

오호 저도 요것들 최근에 봤는데 기대가 되는 바 입니다 👀




그럼에도, 자바스크립트와 타입스크립트가 리액트보다 수명이 길 것이고, 언어, 웹, 브라우저, 네트워크 지식 기반을 착실히 쌓아야한다.

타스를 어느정도 썼다고 생각했는데 사실 아무것도 모르고 개발하고 있었음을 느낌..;';'

Loading