Tag

UI conversion

1 views collected around this technical thread.

JD Tech
JD Tech
Jan 23, 2024 · Frontend Development

Design‑to‑Code Platform Overview and Its Impact on Frontend Development Efficiency

This article explains JD's design‑to‑code platform that leverages AI to automatically transform design drafts into front‑end code, detailing the typical frontend workflow, the platform's capabilities and limitations, and how it improves development productivity for financial app teams.

AIUI conversioncode generation
0 likes · 11 min read
Design‑to‑Code Platform Overview and Its Impact on Frontend Development Efficiency
Xianyu Technology
Xianyu Technology
Jan 5, 2021 · Frontend Development

React JSX to Svelte AST Conversion Overview

The article outlines a tool that converts React JSX into a Svelte abstract syntax tree by stripping framework‑specific features, mapping elements, attributes, mustache templates and function JSX, translating control structures, providing a compatibility “svelte‑hooks” layer, handling ECMA‑AST differences and CSS, noting larger bundle size but potential for further static compilation and optimization.

ASTFrontendJSX
0 likes · 8 min read
React JSX to Svelte AST Conversion Overview