Method for rendering and incrementally updating webpages

A web page and node technology, which is applied in network data retrieval, network data browsing optimization, program control design, etc., can solve the problems of slow initial page loading, difficulty in partial update, and increase the amount of code, so as to avoid attribute name conflicts, The effect of updating the algorithm to simplify and reduce the amount of code

Active Publication Date: 2016-06-01
明博教育科技股份有限公司
View PDF3 Cites 49 Cited by
  • Summary
  • Abstract
  • Description
  • Claims
  • Application Information

AI Technical Summary

Problems solved by technology

The problem with this is (1) It increases the complexity of the server-side code and limits the flexibility of the client-side JavaScript code
(2) Non-standard HTML text fragments may cause rendering errors or even security vulnerabilities
(4) The HTML text fragment is a whole, which can only replace a large part of the page as a whole, and it is difficult to achieve partial update
But the problems with template engines are: (1) In order to improve flexibility, template strings usually have their own programming structures, such as branches, loops, scope rules, etc., which is equivalent to requiring developers to learn a new language, and this This language lacks the support of programming tools, and it is difficult to debug and debug, which increases the development cost; (2) the output of the template is usually a whole, w

Method used

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
View more

Image

Smart Image Click on the blue labels to locate them in the text.
Viewing Examples
Smart Image
  • Method for rendering and incrementally updating webpages
  • Method for rendering and incrementally updating webpages
  • Method for rendering and incrementally updating webpages

Examples

Experimental program
Comparison scheme
Effect test

Embodiment Construction

[0030] The present invention will be described in detail below in conjunction with the examples.

[0031] 1. The form of virtual DOM

[0032]In the present invention, the virtual DOM is represented by a simple JavaScript object (PlainJavaScriptObject), such as a virtual DOM tree:

[0033]

[0034]

[0035] It corresponds to the following HTMLDOM tree:

[0036]

[0037] It can be seen that the virtual DOM tree is a simple JavaScript object, which can be created with object literals. Each object corresponds to an element in the actual DOM, and child nodes are listed through the Kids property. The meanings of various properties of virtual DOM are as follows:

[0038] (1) Name: The element name corresponding to HTML, SVG or MathML.

[0039] (2) Kids: The child node list is an array, and its members are either a DOM tree or a string; the string corresponds to the text node in the actual DOM.

[0040] (3) Attributes starting with '' are mapped to HTML / XML attributes (r...

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
Login to view more

PUM

No PUM Login to view more

Abstract

The invention relates to a method for rendering and incrementally updating webpages. The method comprises the following steps: (1) expressing a document object model (DOM) of a webpage to be rendered by using a tree-form data structure, wherein the attribute of DOM nodes is expressed by the attribute of nodes of a virtual DOM and the sub-nodes of the DOM nodes are expressed by a sub-node linear list of the nodes of the virtual DOM; (2) if a corresponding DOM tree does not exist, recursively traversing the virtual DOM, creating the DOM nodes according to the nodes of the virtual DOM, creating the sub-nodes of the DOM nodes according to the sub-node linear list and adding the DOM sub-nodes into a parent node of the DOM sub-nodes; and (3) if the corresponding DOM tree exists, recursively traversing the virtual DOM and the DOM tree at the same time and operating the nodes at corresponding positions in the virtual DOM and the DOM tree. According to the method, the DOM upgrading algorithm is greatly simplified, so that the code amount is decreased and better performance is obtained. The codes have relatively good readability, so that the learning cost of the developers is low and the code amount is decreased.

Description

technical field [0001] The invention relates to a method for rendering and updating a web page, in particular to a method for rendering and updating a web page in a browser client, and belongs to the technical field of web page rendering. Background technique [0002] In the past ten years, a large number of web sites have adopted client-side web page rendering to replace some or even all server-side web page rendering, with the purpose of reducing or eliminating full page refreshes and providing a faster user experience. For example, a JavaScript script embedded in a web page (running in the browser client) can actively request data from the server through the XMLHttpRequest interface, and then render and update the document object model (DOM) of the web page according to the obtained data, thereby changing the content presented to the user. interface. Almost all web pages are implemented in (X)HTML language, so its document object model is HTMLDOM, which will be referred ...

Claims

the structure of the environmentally friendly knitted fabric provided by the present invention; figure 2 Flow chart of the yarn wrapping machine for environmentally friendly knitted fabrics and storage devices; image 3 Is the parameter map of the yarn covering machine
Login to view more

Application Information

Patent Timeline
no application Login to view more
IPC IPC(8): G06F17/30G06F9/445
CPCG06F9/44521G06F16/957
Inventor 段垚
Owner 明博教育科技股份有限公司
Who we serve
  • R&D Engineer
  • R&D Manager
  • IP Professional
Why Eureka
  • Industry Leading Data Capabilities
  • Powerful AI technology
  • Patent DNA Extraction
Social media
Try Eureka
PatSnap group products