Tagged articles
2 articles
Page 1 of 1
Yunxuetang Frontend Team
Yunxuetang Frontend Team
Aug 19, 2022 · Frontend Development

Top Frontend Innovations: Bundle-less, Build Speed, Low-Code & Design Tips

This collection highlights recent front‑end engineering insights, covering bundle‑less approaches with tools like Snowpack and Vite, dramatic build‑time reductions for large Vue/TypeScript applications, low‑code platform implementation for multi‑tenant CRM, and design strategies that enhance information‑reading experiences.

Build OptimizationDesignUser experience
0 likes · 3 min read
Top Frontend Innovations: Bundle-less, Build Speed, Low-Code & Design Tips
ByteDance Web Infra
ByteDance Web Infra
Aug 12, 2022 · Frontend Development

Understanding Bundle‑less: Concepts, Performance Findings, and a Self‑Developed Solution

This article explains the bundle‑less approach—including splitting bundles, no‑bundle development, and modular dependency distribution—presents performance tests that suggest an optimal chunk count of 10‑25, evaluates Vite’s advantages and drawbacks, and outlines a self‑built import‑map‑based solution with code examples.

Tree ShakingVitebundle-less
0 likes · 19 min read
Understanding Bundle‑less: Concepts, Performance Findings, and a Self‑Developed Solution