1. X
  2. Donny (강동윤)
Log inSign up
Donny (강동윤)
Zephyr Cloud
2,608 posts
Image
user avatar
Donny (강동윤)
Zephyr Cloud
@kdy1dev
CEO of @delinoio / Creator of @swc_rs / Opinions are my own / Formerly @vercel, @deno_land
kdy1.dev
Joined April 2016
417
Following
18.5K
Followers
RepliesRepliesArticlesArticlesMediaMedia

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
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Jul 23
    I'm trying to port typescript-go to Rust with Labor0
    Image
    13K
  • user avatar
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Aug 1
    Another improvement
    Image
    Image
    user avatar
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Jul 31
    New Labor0 logo! Made by Codex.
    3.1K
  • user avatar
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Aug 1
    어제 CDC라는 개발자 모임을 갔고 간단하게 발표할 기회가 있어서 Labor0 에 대한 발표를 했습니다. 다른 분들 발표도 재밌게 들었는데, 여기에 적진 않겠습니다 어떤 문제를 풀려고 했고, 어떻게 해결할 수 있었고, 어떤 제품이 나왔고, 어떤 로드맵을 생각하고 있는지를 발표했어요 근데 너무 값진
    Image
    CDC - 엘리트 개발자들의 프리미엄 커뮤니티
    From cdc.mvpstar.ai
    1.7K
  • user avatar
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Jul 31
    New Labor0 logo! Made by Codex.
    Image
    5.6K
  • user avatar
    Donny (강동윤)
    Zephyr Cloud
    @kdy1dev
    Jul 29
    I like this. Compiler techniques should be used to provide better APIs
    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
    // 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>
}
    7.2K
  • See @kdy1dev's full profile

    Sign up
    Log in
Advertisement
Advertisement