WeDoctor Frontend Technology
Author

WeDoctor Frontend Technology

Official WeDoctor Group frontend public account, sharing original tech articles, events, job postings, and occasional daily updates from our tech team.

107
Articles
0
Likes
152
Views
0
Comments
Recent Articles

Latest from WeDoctor Frontend Technology

100 recent articles max
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Feb 22, 2021 · Frontend Development

How Vue.js Resolves Constructor Options: A Deep Dive into initMixin and resolveConstructorOptions

This article explains how Vue.js parses and merges constructor options during instance creation, covering the initMixin flow, the resolveConstructorOptions function for both base Vue constructors and Vue.extend subclasses, and the underlying source files that define core components, directives, filters, and the _base reference.

Constructor OptionsVue.jsresolveConstructorOptions
0 likes · 17 min read
How Vue.js Resolves Constructor Options: A Deep Dive into initMixin and resolveConstructorOptions
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Feb 1, 2021 · Frontend Development

Turn Web Interactions into Video: Recording, Incremental Snapshots, and rrweb Playback

This article explains how to capture user interactions on insurance web pages by taking DOM snapshots, creating incremental snapshots with MutationObserver, leveraging the rrweb library for recording and replay, and converting the recorded data into high‑frame‑rate video using Puppeteer and FFmpeg to ensure reliable evidence.

DOM snapshotMutationObserverfrontend
0 likes · 13 min read
Turn Web Interactions into Video: Recording, Incremental Snapshots, and rrweb Playback
WeDoctor Frontend Technology
WeDoctor Frontend Technology
Jan 25, 2021 · Frontend Development

Boost Your Web App Speed: Proven Frontend Performance Hacks & Tools

This article walks through why frontend performance matters for user experience and SEO, then presents a comprehensive toolbox—including Chrome DevTools, Lighthouse, webPageTest, webpack plugins, HTTP caching, service workers, preload/prefetch, lazy loading, skeleton screens, and virtualization techniques—plus concrete code snippets and best‑practice rules to dramatically reduce load times and improve perceived responsiveness.

LighthouseWeb OptimizationWebpack
0 likes · 18 min read
Boost Your Web App Speed: Proven Frontend Performance Hacks & Tools