1. X
  2. NativeScript
Log inSign up
NativeScript
8,562 posts
Image
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,974
Following
70.2K
Followers
RepliesRepliesMediaMedia

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·Ads Info·© 2026 X Corp.
  • Pinned
    user avatar
    NativeScript
    @NativeScript
    Jul 28
    Try Octane now with NativeScript. How bout with SwiftUI Metal Shaders 🔥
    Image
    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
    33K
  • 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
    Image
    2.7K
  • user avatar
    NativeScript
    @NativeScript
    Jul 23
    Inside the NativeScript V8 engine. A factory of precision engineering, working as one. Explore it 👇
    Image
    00:00
    4.9K
  • user avatar
    NativeScript
    @NativeScript
    Jul 8
    TypeScript 6, ~17.117 s TypeScript 7, ~1421 ms Absolute 🔥 @msdev
    user avatar
    TypeScript
    @typescript
    Jul 8
    📣 The moment is here. 📣 TypeScript 7 is officially released! 7️⃣ devblogs.microsoft.com/typescript/ann…
    159K
  • user avatar
    NativeScript
    @NativeScript
    Jun 27
    Great way to do it. We’re also compiling a host of high quality skills to ship with 9.1
    user avatar
    Samuel 🦤 (🧱,🔥)
    @samuellhuber
    Jun 27
    Great NativeScript references I provide my agent github.com/NativeScript/d… github.com/NativeScript/p… github.com/NativeScript/N… github.com/NativeScript/a… github.com/NativeScript/i… github.com/NativeScript/S… github.com/NativeScript/p… github.com/NativeScript/t… github.com/norrixnet/skil…
    3.1K
  • See @NativeScript's full profile

    Sign up
    Log in
Advertisement
Advertisement