Front-end engineering practice: Monorepo and Lerna managementIn front-end engineering practice, Monorepo (single warehouse) management and Lerna are two popular methods for organizing and versioning…Dec 28, 2024Dec 28, 2024
Front-end security: XSS attacks and defense strategiesXSS (Cross-Site Scripting) attacks are a significant issue in front-end security, which occurs when an attacker is able to inject malicious…Dec 27, 2024Dec 27, 2024
Published inCodeXFlutter for Web: A new chapter in cross-platform mobile and web developmentFlutter is an open source UI toolkit launched by Google for building high-performance, high-fidelity cross-platform applications. Flutter…Dec 20, 2024Dec 20, 2024
Svelte framework: a high-performance front-end framework optimized at compile timeSvelte is an emerging front-end framework known for its unique compile-time optimization mechanism, which can convert complex UI logic into…Dec 14, 2024Dec 14, 2024
Published inCodeXTauri framework: Building lightweight desktop applications with RustTauri is an open source framework built with Rust for creating lightweight, secure, and efficient desktop applications. It combines the…Dec 10, 2024Dec 10, 2024
Webpack module federation: a new choice for micro front-end architectureWebpack Module Federation is a revolutionary feature introduced in Webpack 5 that completely changes the way micro-frontend architecture is…Dec 9, 2024Dec 9, 2024
A preliminary study of WebAssembly: the key to improving web application performanceWebAssembly (WASM) is a low-level binary format that allows developers to run code written in languages such as C, C++, Rust, etc. in a…Dec 9, 2024Dec 9, 2024
Published inCodeXNuxt.js in action: Vue.js server-side rendering frameworkCreate a Nuxt.js projectDec 4, 2024Dec 4, 2024
Next.js and SSR: Building high-performance server-rendered applications1. Create a projectDec 2, 2024Dec 2, 2024
React Native cross-platform development practice: from zero to oneI’m learning React Native cross-platform development recently, how to develop the first basic application from scratch and package it for…Dec 2, 2024Dec 2, 2024