All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Snapchat's Valdi: A Cross-Platform UI Framework for Native Performance with TypeScript

By

yehiaabdelm

6mo ago· 3 min readenCode

Summary

Valdi is a cross-platform UI framework developed by Snapchat that allows developers to write UI once in declarative TypeScript and compile directly to native views on iOS, Android, and macOS. It promises native performance without web views or JavaScript bridges, maintaining developer velocity. The framework includes example apps like 'helloworld' and 'navigation_example' to demonstrate basic components and screen navigation.

Key quotes

· 4 pulled
Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity.
Write your UI once in declarative TypeScript, and it compiles directly to native views on iOS, Android, and macOS—no web views, no JavaScript bridges.
Prerequisites: Xcode (macOS only) - everything else is automatic!
Minimal component — the fastest way to get something on screen
Snippet from the RSS feed
Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity. - Snapchat/Valdi

You might also wanna read