• JSX और Web Components पर आधारित, केवल दो core functions के साथ virtual DOM को संभालने और उसे real DOM में लागू करने वाली बेहद सरल architecture
    • createElement: JSX से लिखा गया virtual DOM बनाता है
    • applyDiff: virtual DOM और actual DOM की तुलना करके बदलावों को कुशलता से लागू करता है
  • पूर्ण JSX support
  • Web Component के साथ स्वाभाविक integration
  • HTML standard event attributes का उपयोग करके सरल event handling
  • Fragment (<>...</>) का उपयोग संभव
  • rendering को अस्थायी रूप से रोकने/फिर शुरू करने की सुविधा: webjsx_suspendRendering, webjsx_resumeRendering
  • bundling अनिवार्य नहीं है – modern browsers में सीधे modules का उपयोग संभव
  • संक्षिप्त routing library (webjsx-router) उपलब्ध

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.