fengxh.hashnode.devunderstanding cross-origin and CORSIntro Cross-origin is a must-master concept as a front-end developer, and it's also one of frequently asked questions in interviews. I'll meet cross-origin problems in my daily work. It'll extremely impact your work efficiency and waste your precious...Jun 22, 2021·6 min read
fengxh.hashnode.devclean-style in your JS applicationJS is a flexible language to code, so we will bloat the whole project with lots of unclean-code. Through my several front-end coding years, I conclude few ways to optimize your codebase, make your project neat, maintainable and easy to read for other...Nov 30, 2020·6 min read