1. X
  2. NativeScript
Log inSign up
NativeScript
8,566 posts
user avatar
NativeScript
@NativeScript
⚡ Write Native with TypeScript 👇preview.nativescript.org Best of all worlds (TypeScript, Swift, Obj-C, Kotlin, Java) @openjsf
nativescript.org
Joined August 2014
1,975
Following
70.2K
Followers
RepliesRepliesMediaMedia
  • Pinned
    user avatar
    NativeScript
    @NativeScript
    Jun 22
    One web template. Rendered natively everywhere. Hey Codex, let's improve the design...
    00:00
    6.3K
  • user avatar
    NativeScript
    @NativeScript
    5h
    Wasm 💯
    user avatar
    Ivan Tugay
    @listepo
    14h
    @NativeScript Hey, I did a short experiment with WebAssembly and NativeScript
    1.3K
  • user avatar
    NativeScript
    @NativeScript
    Jul 29
    TypeScript compiled to C using scriptc for even smaller binary footprint 👀
    user avatar
    Dylan Llewellyn
    @YoFishyFish
    Jul 29
    @NativeScript feels made for @vercel's scriptc. A quick POC reuses {N}'s core to build native a Android app with a fraction of V8's footprint, with no compromise on speed or platform access That's a huge unlock and iOS could be next. Excited to see where this goes. @rauchg
    2.9K
  • user avatar
    NativeScript
    @NativeScript
    Jul 28
    Try Octane now with NativeScript. How bout with SwiftUI Metal Shaders 🔥
    00:00
    // Counter.tsrx — hooks next to output, no rules of hooks
import { useState, useEffect } from 'octane';
export function Counter(props) @{
const [count, setCount] = useState(0);
// A hook behind a condition is fine — slots are
// assigned by call site, not call order.
if (!props.paused) {
useEffect(() => {
console.log('count is now', count);
}); // the compiler infers [count]
}
<button onClick={() => setCount(count + 1)}>{'Count: ' + count}</button>
}
    user avatar
    Dominic Gannaway
    @trueadm
    Jul 27
    Happy to announce Octane – the successor to Inferno. React’s programming model, compiled. Hooks, Suspense and Actions, compiled ahead of time. No virtual DOM. No Rules of Hooks. No manually maintained dependency arrays. The compiler understands what your code captures and
    34K
  • user avatar
    NativeScript
    @NativeScript
    Jul 23
    Inside the NativeScript V8 engine. A factory of precision engineering, working as one. Explore it 👇
    00:00
    5K

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
Terms·Privacy·Cookies·Accessibility·US TIDA·Ads Info·© 2026 X Corp.