1. X
  2. NativeScript
Log inSign up
NativeScript
8,571 posts
NativeScript profile banner
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
    Aug 10
    PocketJS (@ewind_dev's Solid-JSX-on-a-Rust-core UI) meets the world of NativeScript at 120fps The latest NAPI engine-pluggable work at play, in this case QuickJS. @pocket_js
    Image
    00:00
  • user avatar
    NativeScript
    @NativeScript
    3h
    Solid 2.0 πŸ™Œ Great work @RyanCarniato et al. Congrats to everyone involved.
    Image
    00:00
    Image
    user avatar
    SolidJS
    @solid_js
    Aug 13
    🚨 Solid 2.0 has reached Release Candidate! πŸŽ‰πŸ₯³ Async is first-class β€” computations return promises, the graph suspends and resumes itself. Plus optimistic mutations and a reactive core rebuilt from scratch. The Big <Reveal> πŸ‘‡ solidjs.com/blog/solid-2-0… 1/3
  • user avatar
    NativeScript
    @NativeScript
    Aug 5
    Wasm πŸ’―
    user avatar
    Ivan Tugay
    @listepo
    Aug 4
    @NativeScript Hey, I did a short experiment with WebAssembly and NativeScript
    Image
  • 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
  • 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

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.
Advertisement
Advertisement