Tag

UI Toolkit

1 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Nov 26, 2021 · Frontend Development

Introducing Jetpack Compose for Web: A Multi‑Platform UI Toolkit Using Kotlin

This article introduces Jetpack Compose for Web, a JetBrains‑backed multi‑platform UI framework that lets developers write Kotlin code once and render responsive web interfaces, showcasing its features, composable DOM API, and several code examples for building cross‑platform user interfaces.

Compose for WebFrontend DevelopmentJetpack Compose
0 likes · 6 min read
Introducing Jetpack Compose for Web: A Multi‑Platform UI Toolkit Using Kotlin
Tencent Cloud Developer
Tencent Cloud Developer
Aug 21, 2019 · Mobile Development

An Introduction to Flutter: Architecture, State Management, and Dart Language Features

Flutter is Google’s UI toolkit that uses the Skia engine and Dart’s AOT/JIT compilation to render directly to a canvas, offering fast, cross‑platform performance, modern language features, flexible state‑management options like setState, InheritedWidget and Bloc, and support for testing, lifecycle handling, and native platform channels for web, desktop, and mobile.

Cross-PlatformFlutterMobile Development
0 likes · 16 min read
An Introduction to Flutter: Architecture, State Management, and Dart Language Features