How a Frontend Dev Can Get Started with Go
Analogy is a learning tool: map new ideas onto what you already know. Learning Go, I found that comparing it to frontend knowledge made the language click much faster.
→2022.12.16前端如何入门 Go 语言
类比法是一种学习方法,它是通过将新知识与已知知识进行比较,从而加深对新知识的理解。在学习 Go 语言的过程中,我发现,通过类比已有的前端知识,可以更好地理解 Go 语言的特性。
→2020.01.20Leveling Up Through the React Lifecycle
How the React lifecycle evolved
→2020.01.20React 生命周期的打怪升级之路
react 生命周期的演变
→2020.01.12React Hooks Study Notes
I read an article that also walks through React's evolution. I have always believed every technical approach exists to solve problems better.
→2020.01.12React Hooks 学习笔记
看了一篇文章,也说清了 React 发展历程,我一直都坚信任何技术方案的出现都是为了以更好的方式解决问题。
→2020.01.03React HOCs (Higher-Order Components)
Using React HOCs in a real project
→2020.01.03React HOC 高阶组件
React HOC 在实际项目中的应用
→