San 3.5.7 released, Baidu's open source MVVM component framework

[Tencent Cloud] 0 basic website template starting from 9 yuan! >>>  

San 3.5.7 has been released with updates:

  • [Optimization] - When the component is inversely solved, it is allowed to include a blank text node before the comment node of the component data information

  • [Optimization] - Added escape support for common html entities

  • [Bug fix] - HTML entity rendering error under ssr. This issue was introduced in 3.5.5

San is an MVVM component framework open sourced by Baidu. It is small in size (12.6K), has good compatibility (IE6), and has excellent performance. It is a reliable and dependable solution for implementing responsive user interfaces.

Through declarative HTML-like view templates, San not only supports all the syntax features of native HTML, but also supports data-to-view binding instructions, the most commonly used branch and loop instructions in business development, etc., while maintaining good ease of use. On this basis, the framework completes string-based template parsing, constructs the  node relationship tree of the view layer, and quickly generates UI views through a high-performance view engine. The data defined in San will be encapsulated, so that when the data changes effectively, the San component will be notified. The San component relies on the node relationship tree generated in the template compilation phase to determine the minimum view that needs to be changed, and then complete the asynchronous update of the view, ensuring the view update. of efficiency.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324910494&siteId=291194637