|
4 | 4 |
|
5 | 5 | <div class="row" style="padding-bottom:25px">
|
6 | 6 | <div class="overview col-md-12 col-sm-12 col-xs-12">
|
7 |
| - <p style="font-size:16px">Aura is a UI framework for developing dynamic web apps for mobile and desktop devices. It’s a modern framework for building single-page applications engineered for growth. The framework intelligently utilizes your server, browser, devices, and network so you can focus on the logic and interactions of your apps.</p> |
8 |
| - <p style="font-size:16px">Aura supports partitioned multi-tier component development that bridges the client and server. It uses JavaScript on the client side and Apex on the server side.</p> |
| 7 | + <p style="font-size:16px">The Lightning Component framework is a UI framework for developing dynamic web apps for mobile and desktop devices. It’s a modern framework for building single-page applications engineered for growth. The framework supports partitioned multi-tier component development that bridges the client and server. It uses JavaScript on the client side and Apex on the server side.</p> |
| 8 | + <p style="font-size:16px">The framework includes a set of prebuilt components that you can assemble and configure to form new components in an app. Components support encapsulated and can contain other components, as well as HTML, CSS, JavaScript, or any other Web-enabled code.</p> |
| 9 | + <p style="font-size:16px">Event-driven programming is at the core of Lightning. The idea is that a component registers that it may fire an event and then you write handlers that respond to interface events as they occur. </p> |
9 | 10 | </div><!--//overview-->
|
10 | 11 | </div>
|
11 | 12 |
|
|
17 | 18 | </div><!--//icon-->
|
18 | 19 | <div class="content">
|
19 | 20 | <h3 class="title">Out-of-the-Box Component Set</h3>
|
20 |
| - <p>Aura comes with an out-of-the-box set of components to kick start building apps. You don't have to spend your time optimizing your apps for different devices as the components take care of that for you.</p> |
| 21 | + <p>Comes with an out-of-the-box set of components to kick start building apps. You don't have to spend your time optimizing your apps for different devices as the components take care of that for you.</p> |
21 | 22 | </div><!--//content-->
|
22 | 23 | </div><!--//item-->
|
23 | 24 | <div class="item col-md-4 col-sm-6 col-xs-12 text-center">
|
|
26 | 27 | </div><!--//icon-->
|
27 | 28 | <div class="content">
|
28 | 29 | <h3 class="title">Device-aware and cross browser compatibilitys</h3>
|
29 |
| - <p>Apps built on the Aura framework are responsive and provide an enjoyable user experience. Aura supports the latest in browser technology such as HTML5, CSS3, and touch events.</p> |
| 30 | + <p>Apps are responsive and provide an enjoyable user experience. The Lightning Component framework supports the latest in browser technology such as HTML5, CSS3, and touch events.</p> |
30 | 31 | </div><!--//content-->
|
31 | 32 | </div><!--//item-->
|
32 | 33 | <div class="item col-md-4 col-sm-6 col-xs-12 text-center">
|
|
35 | 36 | </div><!--//icon-->
|
36 | 37 | <div class="content">
|
37 | 38 | <h3 class="title">Event-driven architecture</h3>
|
38 |
| - <p>Aura uses an event-driven architecture for better decoupling between components. Any component can subscribe to an application event, or to a component event they can see.</p> |
| 39 | + <p>Uses an event-driven architecture for better decoupling between components. Any component can subscribe to an application event, or to a component event they can see.</p> |
39 | 40 | </div><!--//content-->
|
40 | 41 | </div><!--//item-->
|
41 | 42 | </div><!--//row-->
|
|
46 | 47 | <i class="fa fa-paste"></i>
|
47 | 48 | </div><!--//icon-->
|
48 | 49 | <div class="content">
|
49 |
| - <h3 class="title">Parallel design and development</h3> |
| 50 | + <h3 class="title">Faster team development</h3> |
50 | 51 | <p>Building an app with components facilitates parallel design, improving overall development efficiency. Components are encapsulated and their internals stay private, while their public shape is visible to consumers of the component. This strong separation gives component authors freedom to change the internal implementation details and insulates component consumers from those changes.</p>
|
51 | 52 | </div><!--//content-->
|
52 | 53 | </div><!--//item-->
|
|
56 | 57 | </div><!--//icon-->
|
57 | 58 | <div class="content">
|
58 | 59 | <h3 class="title">Performance</h3>
|
59 |
| - <p>Aura uses a stateful client and stateless server architecture that relies on JavaScript on the client side to manage UI component metadata and application data. Aura uses JSON to exchange data between the server and the client. To maximize efficiency, the server only sends data that is needed by the user.</p> |
| 60 | + <p>Uses a stateful client and stateless server architecture that relies on JavaScript on the client side to manage UI component metadata and application data. The framework uses JSON to exchange data between the server and the client. To maximize efficiency, the server only sends data that is needed by the user.</p> |
60 | 61 | </div><!--//content-->
|
61 | 62 | </div><!--//item-->
|
62 | 63 | </div><!--//row-->
|
|
0 commit comments