tweetindex
TR

NativeScript

@NativeScript · joined 16 Aug 2014

⚡ Write Native with TypeScript 👇https://t.co/ieGqWqdJXY Best of all worlds (TypeScript, Swift, Obj-C, Kotlin, Java) @openjsf

70 247Followers
1 978Following
8 621Posts total
41.2KViews on collected posts

Son gönderiler

Going to be gorgeous 😍 2.5K views · 15 likes · 1 reposts · 1 replies Open on X →
NativeScript 9.1 turns a running native app into a live JavaScript module graph. It gives any framework the primitives to define what happens when the graph changes. Native apps can now participate in the live module semantics modern JavaScript tooling assumes. 2.5K views · 30 likes · 3 reposts · 0 replies Open on X →
Looks familiar. Runs native. Built with 9.1 + latest @octanejs. How to get a realtime visual feedback loop with any framework. 📓👇 The ChatGPT mobile experience. https://t.co/4omHeBrZVO
0:20
5.6K views · 57 likes · 13 reposts · 4 replies Open on X →
@NativeScript @syntaxfm @CodingGarden Appreciate the NativeScript mention a week or so ago, a bit dismissive though, there’s so much it can do in JS on Vue/React, tailwind, regular css, all converted to pure pure native no webviews. 0 day platform support, no bridging for anythi 245 views · 3 likes · 0 reposts · 1 replies Open on X →
Upgrading is three commands: ``` npm i -g nativescript ns migrate ns clean ``` Built by the community, for the community. 💚 {N} 373 views · 7 likes · 0 reposts · 0 replies Open on X →
For your agent: 37 official Agent Skills - real pitfalls, real code, each with an eval. Works with Claude Code, Cursor, Codex, Copilot, Gemini CLI, Windsurf... `npx skills add NativeScript/skills` 426 views · 3 likes · 0 reposts · 1 replies Open on X →
NativeWindow is now a cross-platform primitive: multi-window, CarPlay, Android Auto, external displays - one model for how content reaches a screen. iOS 27 makes UIScene mandatory; 9.1 is already there. 261 views · 3 likes · 0 reposts · 1 replies Open on X →
CSS got real love: flexbox `gap`, `max-width`/`max-height`, live sibling combinators (Tailwind's `space-*`/`divide-*` utilities now work), a spec-correct cascade, and `corner-shape: squircle` - Apple's continuous corner curve, from a CSS property. Restyles: 2–3× faster. 247 views · 4 likes · 0 reposts · 2 replies Open on X →
Performance, iOS edition: string marshaling between Foundation and V8 went from "encode to UTF-8 and back" to handing over the interior pointer. A 4,000-char string: 1,040ns → 8ns. CJK text: 1,893ns → 7.3ns. Metadata shipped in every app: 6.5% smaller. 248 views · 2 likes · 0 reposts · 1 replies Open on X →
Testing: `ns test ios` runs actual Vitest inside the runtime, on device. Specs mount real views, run real layout passes, call real native APIs - and exit non-zero on failure, so an agent can verify its own work unattended. First release to run tests on visionOS, too. 252 views · 2 likes · 0 reposts · 1 replies Open on X →
Native addons: both runtimes expose the standard Node-API (`napi_*`) C ABI, vendored byte-identical from Node v26. Threadsafe functions, async work pool = real, not stubbed. One addon source. Both platforms. 269 views · 4 likes · 0 reposts · 1 replies Open on X →
And the standard globals your npm dependencies feature-check on line 1 are just *there* now, natively: `performance` · `structuredClone` · `TextEncoder`/`TextDecoder` · `AbortController` · `DOMException` · `CustomEvent` · `requestAnimationFrame` · `atob`/`btoa` Both platforms. 282 views · 3 likes · 0 reposts · 1 replies Open on X →
The runtime now behaves like the web: - An uncaught error reports instead of crashing (like a browser tab) - Unhandled promise rejections are finally tracked; `unhandledrejection` works - A real event loop, on both platforms, main isolate and workers 282 views · 5 likes · 0 reposts · 1 replies Open on X →
Under everything: V8 10.3 → 14.9 on both runtimes. That's three and a half years of engine work in one jump, including Maglev (an entire JIT tier that didn't exist before). 286 views · 5 likes · 0 reposts · 1 replies Open on X →
The whole loop is now one command: `ns debug ios` The CLI owns the Vite dev server - ports auto-selected, `adb reverse` handled, deterministic boot. HMR is the default. 336 views · 2 likes · 0 reposts · 1 replies Open on X →
The number that matters most: after learning the direct-TypeScript platform pattern once, the agent's second native feature cost 71% less. A bridge charges its tax on every feature, forever. NativeScript has never had a bridge - iOS and Android APIs are just TypeScript. 374 views · 3 likes · 0 reposts · 1 replies Open on X →
Independent measurement: same three-phase spec - Vue shell, then HealthKit, then live speech transcription. NativeScript: median **81,697 tokens, 0 lines of platform specific code**. Bridge-based frameworks: 153,110 tokens, 226 lines of platform glue. 369 views · 3 likes · 0 reposts · 1 replies Open on X →
Why this matters now: most code is written with an agent. An agent doesn't care how pleasant an API is to type. It cares how many tokens it takes to go green, and how fast it can see whether what it wrote is right. 9.1 sharpens both. 372 views · 3 likes · 0 reposts · 1 replies Open on X →
This is a Metal fragment shader on a real SceneKit surface, art-directed live from a Vue template: six edits, each under 50ms, into a presented modal, and the shader's state never resets. https://t.co/GdNOwnceGo
0:15
536 views · 8 likes · 0 reposts · 1 replies Open on X →
Both runtimes now have a true module system. One loader, two transports (disk + HTTP), one identity per module, freshness by explicit eviction - not URL tricks. That's what lets Vite 8 hot updates land on device without ever restarting the process. 699 views · 7 likes · 0 reposts · 1 replies Open on X →
This is not conventional HMR. It's a complete agent-native development loop. Full announcement with scrubbable diagrams of the module system, boot sequence, and hot updates end to end 👇 https://t.co/5ZEPx2Z5vH https://t.co/fUnA9t4IOC
0:13
2.3K views · 16 likes · 2 reposts · 1 replies Open on X →
Hot-reloading JavaScript is boring news. 🌟 NativeScript 9.1 Now you can hot-reload the native platform itself (APIs, modal controllers, and more) with a new module system built for rapid agentic visual iteration. 🧵 https://t.co/OSbYqfEn8W
0:19
14.4K views · 203 likes · 29 reposts · 8 replies Open on X →
The possibilities 🌠 @LynxJS_org with NativeScript 👏 @listepo 5.6K views · 22 likes · 0 reposts · 0 replies Open on X →
Run lynxjs on NativeScript https://t.co/DQd0DqXb6Y
Still experiment https://github.com/listepo/cross-code
2.4K views · 14 likes · 1 reposts · 1 replies Open on X →

Aynı büyüklükteki hesaplara karşı

Son 90 güne ait 24 gönderi, 10K–100K takipçi aralığıyla yan yana. aynı büyüklükteki hesaplardan daha az kişiye ulaşıyor.

Medyan görüntülenme372bu hesap99110K–100K için medyan
Erişim, %0.53%bu hesap3.67%10K–100K için medyan
Etkileşim, %1.26%bu hesap1.61%10K–100K için medyan
ÖlçütBu hesap10K–100K için medyanOran
Gönderi başına medyan görüntülenme3729910.38×
Erişim (görüntülenme ÷ takipçi)0.53%3.67%0.14×
Etkileşim oranı1.26%1.61%0.78×

Bu aralıktaki diğer hesaplar →   Başka bir hesapla karşılaştır →   Bu kıyas değerleri nasıl kuruluyor →

Growth & engagement

How the posts we collected actually performed: views and reaction rate post by post, what the audience did with them, and where the follower count goes.

Views per post

28627 Aug
282
282
269
252
248
247
261
426
373
245
5.6K4 Sep
2.5K7 Sep
2.5K10 Sep

Last 14 collected posts, oldest on the left. The scale is logarithmic: one post can outrun the rest a hundred times over.

Engagement rate per post

2.10%27 Aug
2.13%
1.42%
1.86%
1.19%
1.21%
2.43%
1.53%
0.94%
1.88%
1.63%
1.31%4 Sep
1.32%7 Sep
0.67%10 Sep

Reactions — likes, reposts, replies and quotes — divided by views. Median for 10K–100K accounts is 1.61%.

What the audience does

Likes70.4%424 in total
Reposts8.1%49 in total
Replies5.3%32 in total
Bookmarks16.1%97 in total

Share of every reaction we collected for this account. Replies mean argument, reposts mean endorsement, bookmarks mean the post was worth keeping.

The follower curve appears once this account has two daily snapshots — we take one a day, and this one is on its first.

Benzer hesaplar