-
Why React?Study/React 2020. 5. 25. 11:09
Why React?
React.js is a JavaScript library. It was developed by engineers at Facebook.
Here are just a few of the reasons why people choose to program with React:
-
React is fast. Apps made in React can handle complex updates and still feel quick and responsive.
-
React is modular. Instead of writing large, dense files of code, you can write many smaller, reusable files. React’s modularity can be a beautiful solution to JavaScript’s maintainability problems.
-
React is scalable. Large programs that display a lot of changing data are where React performs best.
-
React is flexible. You can use React for interesting projects that have nothing to do with making a web app. People are still figuring out React’s potential. There’s room to explore.
-
React is popular. While this reason has admittedly little to do with React’s quality, the truth is that understanding React will make you more employable.
If you are new to React, then this course is for you! No prior React knowledge is expected. We will start at the very beginning and move slowly.
If you are new to JavaScript, then consider taking our JavaScript course and then returning to React.
The Codecademy React courses are not a high-level overview. They are a deep dive. Take your time! By the end, you will be ready to program in React with a real understanding of what you’re doing.
왜 리엑트인가?
React.js는 자바스크립트 라이브러리이다. 이것은 페이스북 엔지니어들에 의해 개발되었다.
여기 왜 사람들이 리엑트 프로그램을 선택하는지 몇가지 이유가 있다.
- 리엑트는 빠르다. 리엑트로 만들어진 앱은 복잡한 업데이트를 다룰 수 있고 여전히 빠르고 반응적이라고 느끼게 한다.
- 리엑트는 모듈러이다. 크게 작성하고, 빽빽한 파일들로 코드를 작성하는 대신에, 여러분은 작고 재사용가능한 파일들을 많이 작성할 수 있다. 리엑트의 모듈화는 자바스크릅트의 유지성문제에 아름다운 해결책이 될 수 있다.
- 자바스크립트는 확장가능하다. 많은 변화하는 데이터를 표시하는 대형 프로그램은 리액션이 가장 잘 수행되는 곳이다.
- 리엑트는 유연하다. 당신은 웹 앱을 만드는 것과 무관한 흥미로운 프로젝트에 리액션을 사용할 수 있다. (웹앱 이외에도 리엑트가 사용될 수 있다는 의미인듯합니다.)
- 리엑트는 인기있다. 이 이유는 리액션의 질과는 거의 관련이 없지만, 사실은 리액션을 이해하는 것이 당신을 더 고용하게 만들 것이다.
만약, 당신이 리엑트가 처음이라면, 이 과정은 당신에게 딱일 것이다!
과정 전 리엑트 사전지식은 필요하지 않다. 우리는 매우 기초적으로 시작할 것이며 천천히 움직일 것이다.
만약 자바스크립트가 처음이라면, 먼저 자바스크립트 코스를 하고, 리엑트로 넘어와라.
* 1. 모듈식의(여러 개의 개별 단위로 되어 있어서 학생들이 몇 개씩 선택할 수 있는,규격화된 부품을 조립하여 만들 수 있는)
출처 : 코드카데미
번역 : 김신영(오역이 있을 수 있습니다.)
'Study > React' 카테고리의 다른 글
Attributes In JSX (0) 2020.05.25 JSX Elements And Their Surroundings (0) 2020.05.25 What is JSX? (0) 2020.05.25 The Mystery, Revealed (0) 2020.05.25 Hello World (0) 2020.05.25 -