Tagged articles
5 articles
Page 1 of 1
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Nov 12, 2023 · Frontend Development

Introducing ofa.js: A Lightweight Front‑End Framework for Easy Component Development

The article presents ofa.js, a new front‑end framework that eliminates the need for Node/npm/webpack workflows, allowing developers to quickly create and package components, use template syntax sugar, achieve seamless state synchronization, and build full web applications with minimal setup.

Web Developmentcomponent developmentfrontend framework
0 likes · 10 min read
Introducing ofa.js: A Lightweight Front‑End Framework for Easy Component Development
Huolala Tech
Huolala Tech
Nov 23, 2022 · Frontend Development

Sync React Component State Without Heavy Libraries: Custom Hook & Pub‑Sub

This article explains how to synchronize state across distant React components without relying on heavy libraries, using a custom hook and a publish‑subscribe model, and discusses optimizations such as avoiding redundant updates and incorporating a simple reducer for efficient change detection.

Custom HookReactRedux
0 likes · 7 min read
Sync React Component State Without Heavy Libraries: Custom Hook & Pub‑Sub
Zuoyebang Tech Team
Zuoyebang Tech Team
Jun 9, 2022 · Frontend Development

Re‑engineering a Live‑Streaming Frontend to Cut Black‑Screen Errors & Boost Performance

Facing fragmented devices, high memory usage, and unreliable signaling, the Zuoyebang live‑streaming frontend was redesigned with container‑based isolation, a modular SDK, and state‑synchronization mechanisms, resulting in timely memory reclamation, reduced CPU load, and dramatically lower black‑screen incidents.

Container ArchitectureMemory ManagementPerformance Optimization
0 likes · 13 min read
Re‑engineering a Live‑Streaming Frontend to Cut Black‑Screen Errors & Boost Performance
New Oriental Technology
New Oriental Technology
May 31, 2021 · Game Development

Storage and Synchronization of Rigid Bodies and Constraints in a Mechanical Engine

The article explains how mechanical equipment requires storing rigid‑body positions, rotations, velocities and inter‑object constraints, and how synchronizing these states between teacher and student clients ensures consistent simulation, contrasting this with the simpler handling of electrical equipment.

Constraintsphysics enginerigid body
0 likes · 7 min read
Storage and Synchronization of Rigid Bodies and Constraints in a Mechanical Engine
Tencent Cloud Developer
Tencent Cloud Developer
Aug 21, 2019 · Game Development

WeChat Mini-Game Development: From Zero to One with Cloud Development

The talk explains how to build WeChat mini‑games from scratch using Cocos Creator and the platform’s cloud development suite—covering database, storage, cloud functions, real‑time push updates, and the MGOBE multiplayer engine with both frame and state synchronization options for rapid, serverless game deployment.

Cocos CreatorFrame SynchronizationMGOBE
0 likes · 18 min read
WeChat Mini-Game Development: From Zero to One with Cloud Development