🌱 Sonagi Garden
Tags Dev Design Life Graph
← 모든 태그

#browser

5개의 노트

Is it possible to run JavaScript outside the browser

Yes, it is possible to run JavaScript outside the browser. There are several ways to run JavaScript outside the browser. You can use **Node.js**, **De...

2025년 10월 28일 dev

Can you access the DOM in Node.js

No, you cannot access the DOM in Node.js because it does not have a DOM. It is a server-side runtime for JavaScript, so it does not have access to the...

2025년 10월 28일 dev

Hydration

Hydration is the process of using client-side JavaScript to add interactivity to the markup generated by the server. When you use server-side renderin...

2025년 10월 28일 dev

ref forwarding

By default, each component’s DOM nodes are private. However, sometimes it’s useful to expose a DOM node to the parent—for example, to allow focusing i...

2025년 10월 28일 dev

Synthetic Events

React differs from HTML in that it uses a synthetic event system instead of directly binding to the browser’s native events. This system brings consis...

2025년 10월 28일 dev

© 2025 Sonagi Garden. 청량하게 가꾸는 디지털 정원. | RSS