-
Notifications
You must be signed in to change notification settings - Fork 0
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
The head ref may contain hidden characters: "15\uC7A5/\uC6B0\uCC3D\uC644"
Merged
[우창완] 15장: 마치며 #95
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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으로 리액트 네이티브를 개발할 수 있다. 리액트의 생태계가 더욱 커질 것 같다. | ||
|
||
|
||
|
||
그럼에도, 자바스크립트와 타입스크립트가 리액트보다 수명이 길 것이고, 언어, 웹, 브라우저, 네트워크 지식 기반을 착실히 쌓아야한다. | ||
|
||
타스를 어느정도 썼다고 생각했는데 사실 아무것도 모르고 개발하고 있었음을 느낌..;';' | ||
|
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호 저도 요것들 최근에 봤는데 기대가 되는 바 입니다 👀