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장: 마치며 #98

Merged
merged 1 commit 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
53 changes: 53 additions & 0 deletions 15장/서준환.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# 15장 마치며

## 15.1 리액트 프로젝트를 시작할 때 고려해야 할 사항

### 15.1.1 유지보수 중인 서비스라면 리액트 버전을 최소 16.8.6에서 최대 17.0.2로 올려두자

휴 다행입니다.

### 15.1.2 인터넷 익스플로러 11 지원을 목표한다면 각별히 더 주의를 기한다

휴 다행입니다 2

### 15.1.3 서버 사이드 애플리케이션을 우선적으로 고려한다

휴 다행입니다 3

> 책에서는 Next.js를 우선적으로 고려해야 한다는데, 막 웹 게임을 만든다! 라고 했을 때도 Next.js를 사용해야 할까요?
Copy link
Member

Choose a reason for hiding this comment

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

저는 프레임워크 자체로 매력이 있다 생각돼서 ... 앵간해서는 쓸 거 같긴 한데 ..... 게임은 또 모르겠네요 ㅋㅋㅋㅋㅋ


### 15.1.4 상태 관리 라이브러리는 꼭 필요할 때만 사용한다

이건 다행이지 않네요,,
전역 상태 걷어내기 너무 힘들어요,,

### 15.1.5 리액트 의존성 라이브러리 설치를 조심한다

리액트 18부턴 외부 상태 관리를 `useExternalState`로 해야 하기에 더욱 조심해야겠네요!

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

> 안 돼
Comment on lines +28 to +30
Copy link
Member

Choose a reason for hiding this comment

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

ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ


### 15.2.1 리액트는 그래서 정말 완벽한 라이브러리인가?

어느정도 학습한 사람이다보니 예시 코드는 다 이해가 되는데, 불편함을 아직까진 잘 못 느낀 것 같아요.

> 예시 코드 보니까 Svelte 고?,, vue 고?,,,

### 15.2.2 오픈소스 생태계의 명과 암

굉장히 많은 일들이 있었군요.

### 15.2.3 제이쿼리, AngularJS, 리액트, 그리고 다음은 무엇인가?

참 라이브러리, 프레임워크 많네요,,

새롭게 생기면 그것 또한 다시 배워야겠군요,,

### 15.2.4 웹 개발자로서 가져야 할 유연한 자세

제 생각엔 웹의 구성은 자바스크립트, 자바스크립트 자체는 변하지 않을 것 같아요.
자바스크립트, 타입스크립트를 잘 다룬다면 다른 페러다임 익히는 것은 그리 어렵지 않을 것 같네요.

다만 요즘엔 제가 너무 자바스크립트나 타입스크립트에 갇혀 사는 것 같아서 다른 언어도 조금씩 배워보고 싶네요.
Loading