This article explains the differences between JavaScript methods, functions, and members, including their advantages, implementation details, and related resources. These concepts help improve efficiency in JavaScript development.
Mar 1, 2020
This article contains my reading notes on Effective JavaScript, including key insights, implementation details, and related resources that help improve JavaScript development efficiency and understanding.
Feb 24, 2020
This article explains why I hate Lodash, including usage scenarios and implementation details, to improve understanding of the issues with over-relying on Lodash.
Feb 16, 2020
本文是作者对JS进行时间格式化的介绍,包括JS进行时间格式化的优势、实现细节、相关资料等,这些步骤可以帮助作者提高JS进行时间格式化的效率。
Feb 3, 2020
Common Axios gotchas: which status codes reject, how it differs from XHR onerror, redirects, array params, and canceled requests.
Dec 14, 2019
This article introduces the differences between Dictionary, Map, and Object in JavaScript, including their advantages, implementation details, and related resources to help improve efficiency with data structure selection.
Oct 27, 2019
Clarifies that TypeScript’s `as` syntax performs compile-time assertions, not runtime casts, and compares it with TypeScript’s type inference and Java’s casting.
Aug 18, 2019
This article provides an introduction to Jest Less import errors, including solutions, implementation details, and related resources. These steps can help improve efficiency in resolving Jest Less import errors.
Aug 4, 2019
Translated notes comparing native saga testing with five helper libraries, highlighting scenarios each handles best.
May 19, 2019
A cross-origin handoff where an async call would complicate things; a synchronous form submit ends up the cleanest approach.
Nov 4, 2018