React's goal is in many ways to render HTML in a web page.
React renders HTML to the web page by using a function called createRoot() and method render().
사전적 의미
provide or give (a service, help, etc.)
던지다, 주다, 건네다
"money serves as a reward for services rendered"
cause to be or become; make
가능하게 하다
"the rains rendered his escape impossible"
represent or depict artistically.
"the eyes and the cheeks are exceptionally well rendered"
Late middle english, it was from Old French rendre, from an alteration of Latin reddere 'give back', from re-back + dare give. The earliest senses were 'recite', 'translate' and 'give back'(hence 'represent' and 'perform'); 'hand over (hence 'give help' and 'submit for consideration') 'cause to be' and 'melt down'
The render() method is then called to define the React component that should be rendered.
The purpose of the function is to display the specified HTML code insde the specified HTML element.
이 함수의 목적은 특정 HTML 요소 내에서 특정 HTML 코드를 보여주기 위함이다.
In React, Render is the technique that can redirect a page with the help of function rendeer().
리액트에서, 렌더는 함수 render()의 도움으로 페이지를 리디렉트할 수 이쓴 기술이다.
VDOM determines, as a Virtual "Document object Model library", that it Displays instances in the UI with the help of defined certain logic. We can also consider it as a library as ReactDOM.
VDOM은 정의된 특정 로직으로 UI 내에서 인스턴스를 보여주는 가상의 다큐먼트 객체 모델 라이브러리로서 결정한다. 리액트돔으로서 라이브러리를 고려한다고 볼 수 있다.
The goal of this function is to represent the imposed HTML code within the specified HTML element tags. It helps to redirect the HTML page with the help of the render() function.
이 함수의 목적은 특정 HTML 요소 태그 내에서 임포즈된 HTML 코드를 나타내기 위함이다. 랜더 함수의 도움으로 HTML 페이지를 다시 가리키게끔 한다.