Tag - FRONTEND DEV

Posts of FRONTEND DEV

Why Are Node Operations Rarely Used in Frontend?

Because browsers have inherent defects in DOM manipulation. First of all, we need to know how the browser renders the code into a view after receiving the web page.

7 December, 2022
FRONTEND DEV

Electron: Some IPC Ways

IPC, Inter-Process Communication, I's said that some technologies or methods for transmitting information or signals between at least two processes or threads. The above description comes from WIKI, which means that the method of transmitting information between Main Process and BrowserWindow is IPC.

5 December, 2022
JAVASCRIPT
FRONTEND DEV

Closure in JavaScript

Give the definition of closure in JavaScript and understand it by examples.

18 April, 2022
JAVASCRIPT
FP
FRONTEND DEV

Should Put All Requests in a Websocket Connection?

1 December, 2021
REACT
FRONTEND DEV

Optimization Scheme for React Component Rendering

29 November, 2021
REACT
FRONTEND DEV
/ 1