blog icon indicating copy to clipboard operation
blog copied to clipboard

📒 Yang's Notes & Blog

Results 100 blog issues
Sort by recently updated
recently updated
newest added

https://nanyang.io/post/websocket-integration-cryptocom-pay This post comes from a technical doc I shared within the Crypto.com, after... Gitalk_https://nanyang.io/post/websocket-integration-cryptocom-pay

Gitalk

https://nanyang.io/post/bff 这篇文章来源于我曾经在 CODING 负责 BBF 中间服务层时记录总结的演进方案... Gitalk_https://nanyang.io/post/bff

Gitalk

https://nanyang.io/post/how-to-take-advantage-of-react-suspense In the last few months, I've been working on and building a React Data-Fetching library... Gitalk_https://nanyang.io/post/how-to-take-advantage-of-react-suspense

Gitalk

https://nanyang.io/post/become-a-nicer-interviewer Since the beginning of my career, I have interviewed over 50 candidates... Gitalk_https://nanyang.io/post/become-a-nicer-interviewer

Gitalk

https://nanyang.io/post/react-18 Hi, I'm Nan Yang. Gitalk_https://nanyang.io/post/react-18

Gitalk

https://nanyang.io/post/upgrade-react-16 ## Why `React` 目前最新的公开版本为 `16.7`,而 目前项目版本为 `15.5`。 ### 对比有如下重要变化: ### 新核心架构:Fiber (16.0) 异步渲染:周期性地对浏览器执行调度渲染工作的策略。 通过异步渲染,避免阻塞了主线程,实施更快地响应。 异步渲染能够将渲染任务划分为多块,这意味着几乎所有的行为都是同步发生的。 React 16.X 使用浏览器提供.... Gitalk_https://nanyang.io/post/upgrade-react-16

Gitalk

https://nanyang.io/post/grater-parser Hi, I'm Nan Yang. Gitalk_https://nanyang.io/post/grater-parser

Gitalk

https://nanyang.io/post/2020-fragment Hi, I'm Nan Yang. Gitalk_https://nanyang.io/post/2020-fragment

Gitalk

https://nanyang.io/post/reactive-state 最近在工作中 review code 以及看到几个小伙伴的提问 看到的一些现象是: 1. `Imperative Programming` 处理状态 2. 违反最佳实践去实现状态更新 3. 实现业务功能前缺乏对技术实现的深度思考 4. ... 前端本质是人机交互层,操作处理的是状态,如何处理好状态是问题所在 那么怎样才算是处理好的状态? **「理解业务需求下的最佳路径状态更新实现是.... Gitalk_https://nanyang.io/post/reactive-state

Gitalk

https://nanyang.io/post/react-server-components > [如何看待 React Server Components? - Nan Yang 的回答 - 知乎](https://www.zhihu.com/question/435921124/answer/1640062154) 真实世界的应用往往是一部分都是“静态”的,而另一部分都是“动态”的,单一的解决方案覆盖不了大部分 Case Server Components 的出现,在配合之前的 .... Gitalk_https://nanyang.io/post/react-server-components

Gitalk