Viewing profile — efxzsh
efxzsh
HN member- Joined
- Fri, Jul 31, 2015, 12:58 PM UTC
- HN karma
- 26
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About efxzsh
No profile information was provided.
Recent public activity
-
comment
Comment #43639121
It's a rebranding of https://idx.google.com/
-
comment
Comment #43274328
Yes they do. Google Pay or Google Earth are using Flutter. They also contribute to Kotlin Multiplatform and use it for Google Workspace (gmail, drive, etc)
-
comment
Comment #32072062
Not Java, but close. With Kotlin, there is a version of Jetpack Compose (Android UI framework) ported for the Web. It's still experimental. Produced size is a bit too much (because…
- story
-
comment
Comment #21728108
I read Jetpack Compose will be able to support multiplatform as well. It will be a kind of flutter possible with Kotlin. Well, it’s no surprise that google can run multiple project…
-
comment
Comment #13615688
What about https://svelte.technology/ ?
-
comment
Comment #9981479
Ok, get it. Thx
-
comment
Comment #9981417
Hmm, ok but why not function asyncParse(string) { return new Promise(function(res, rej) { resolve(JSON.parse(string)); }); } - or - let asyncParse = async (string) => JSON.parse(st…