본문 바로가기

Salesforce QA/Lightning

What is Aura? Why do we use the aura: namespace in the code?

728x90

Q : What is Aura? Why do we use the aura:namespace in the code?
Q : Aura 란 무엇입니까? 왜 코드에서 aura:namespace를 사용합니까?

A : Aura is a UI framework for developing dynamic web apps for mobile and desktop devices. Aura provides a scalable long-lived lifecycle to support building apps engineered for growth.
Aura supports partitioned multi-tier component development that bridges the client and server. It uses JavaScript on the client side and Java on the server side.
A : Aura는 모바일 및 데스크탑 장치 용 동적 웹 앱을 개발하기위한 UI 프레임 워크입니다. Aura는 확장 가능한 수명주기를 제공하여 성장을 위해 설계된 앱 구축을 지원합니다. 
Aura는 클라이언트와 서버를 연결하는 파티션 된 다중 계층 구성 요소 개발을 지원합니다. 클라이언트 측에서는 JavaScript를 사용하고 서버 측에서는 Java를 사용합니다.

728x90