Learn | Next.js

@tags:: #lit✍/📰️article/highlights
@links::
@ref:: Learn | Next.js
@author:: nextjs.org

2022-05-03 nextjs.org - Learn Next.js-2

Book cover of "Learn | Next.js"

Reference

Notes

Quote

The DOM is an object representation of the HTML elements. It acts as a bridge between your code and the user interface, and has a tree-like structure with parent and child relationships.
- No location available
-

Quote

You can use DOM methods and a programming language, such as JavaScript, to listen to user events and manipulate the DOM by selecting, adding, updating, and deleting specific elements in the user interface.
- No location available
-