Two-ways binding's minimal implementations and simple examples with JavaScript in frontend.
FRONTEND
Two-Ways Binding in Frontend Implementation
How to Render Markdown Document in React
Let us implement rendering markdown in React and we'll embark on fundamental conceptions of Markdown compiling procession with usages and examples for unified plugins.
汉字的前端字体体积优化方案
对于欧洲等基于字母文字的地区,字体优化简单,大小通常不超过 1MB。但对于东亚国家,字体尺寸是一个头疼的问题,可能会达到数兆字节甚至更多。
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.
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.
Closure in JavaScript
Give the definition of closure in JavaScript and understand it by examples.