Tagged articles
3 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Feb 14, 2025 · Frontend Development

Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices

This comprehensive tutorial introduces Vue.js core APIs—including component creation, reactive data handling, lifecycle hooks, routing, and state management—illustrates their use through e‑commerce cart and social feed examples, and provides performance tips and common pitfalls for front‑end developers.

JavaScriptRouterState Management
0 likes · 25 min read
Vue API Beginner's Guide: Core Concepts, Practical Cases, and Best Practices
Yuewen Experience Design (YUX)
Yuewen Experience Design (YUX)
Aug 3, 2023 · Frontend Development

How to Build a Scalable, Composable Design System in Figma

This article explains why the old component library became a bottleneck, outlines the creation of a new Figma‑based design system using composable components, variants, and instance swaps, and demonstrates how modular sub‑components, clear APIs, and open layouts improve flexibility, maintainability, and product delivery speed.

FigmaUI architecturecomponent API
0 likes · 15 min read
How to Build a Scalable, Composable Design System in Figma
KooFE Frontend Team
KooFE Frontend Team
Jan 28, 2023 · Frontend Development

Redesigning Excalidraw’s Component API: From Render Props to Child Components

The article explains how Excalidraw’s new component API replaces render props with a child‑component approach, introduces customizable MainMenu, Footer, and WelcomeScreen components, provides code examples, and discusses the benefits and limitations of this redesign for developers building custom whiteboard applications.

ReactUI customizationcomponent API
0 likes · 10 min read
Redesigning Excalidraw’s Component API: From Render Props to Child Components