React has a great declarative API and is quite fast for render and updates. But the performance can be improved further with a new rendering pattern inspired by lit-html and hyper-html.
In this talk, speaker Sudhanshu Yadav introduces a new JavaScript Library called Brahmos. Brahmos has a faster rendering pattern than VDOM but implements the same with React’s declarative API.
Sudhanshu explains the idea behind Brahmos and what Brahmos is trying to achieve. Through the talk, Sudhanshu compares Brahmos with different libraries and how Brahmos’s rendering pattern differentiates from React’s VDOM, thereby making it a faster alternative to VDOM.
Sudhanshu also presents the current progress and future path for the Brahmos, and how the community can participate in contributing to Brahmos.
#react-js #react #javascript #web-development