QUT- investigation- task 5- script
QUT- investigation- task 5- script
However, with the use of JSX, which allows developers to use HTML along
with JavaScript using only one file, there had been a significance
improvement in the consistency of work, and thus allow efficient web
application development.
2. Virtual DOM:
DOM stands for Document Object Model; it acts as the bridge between the
programming language and webpages’ contents. When the web content
from servers updates, the entire DOM requires to be updated. This process
causes webpages encounter noticeable disruptions, including, lower
efficiency in performing tasks
Learning journey