Hi, I am Sean Wang
I'm a JavaScript/TypeScript developer. My primary focus is frontend development using TypeScript. I've also worked on NodeJS applications, and NestJS is my go-to framework. I pay attention to UX/DX, have experience developing component libraries , and am familiar with design systems. Additionally, I've participated in some open-source projects and made some minor contributions.
Social Links
Projects
My main contribution was to refine the technical stack of dumi, making it fully support the running of third-party framework demos. Based on this, I contributed the Vue plugin @dumijs/preset-vue and @dumijs/vue-meta.
An inquirer select that supports filtering/searching and multiple selections.
Recent Posts
掌握Go模块管理与测试技巧,轻松驾驭依赖、工具链与性能分析。从安装本地模块到覆盖率测试,一篇文章带你高效开发与文档编写。
这是一篇全面展示 Markdown 语法的“大观园”式文章,从基础文本格式、嵌套列表、代码块、表格,到 KaTeX 数学公式和 HTML 嵌入,覆盖了所有核心与高级特性,是测试和强化 CSS 渲染能力的绝佳实战案例。
Dive into a comprehensive Markdown syntax showcase designed to test CSS rendering. This article demonstrates text formatting, nested lists, code blocks with syntax highlighting, blockquotes, tables, and KaTeX math expressions. See how images from Placehold.co, inline HTML, footnotes, and advanced elements behave. Perfect for developers and writers who want to ensure their Markdown styling is robust and accurate. Click to explore the full test.
厌倦了为不同前端框架重复编写组件逻辑?深入探索一种创新的解决方案:基于 Signals 的框架无关组件库。本文将教你如何利用统一的状态原语,实现一套代码在 Vue、Solid、Preact 甚至 React 中无缝运行,真正做到编写一次,处处运行。