1. X
  2. Jack Herrington
Log inSign up
Jack Herrington
Netlify
7,782 posts
Image
user avatar
Jack Herrington
Netlify
@jherr
Coder & YouTuber ・ youtube.com/@jherr ・ TanStack AI / Create TanStack App
Happy Valley, OR
youtube.com/@jherr
Joined June 2007
1,253
Following
30.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
    Jack Herrington
    Netlify
    @jherr
    Apr 27
    Folks keep asking for an IRL use case for @tan_stack Start RSCs. Ok, here you go; partial page caching. CDN cache bust or TTL your pages at a component level granularity. I kept talking about it, but not showing it, so here is a deep dive video with code.
    Image
    29K
  • user avatar
    Jack Herrington
    Netlify
    @jherr
    Jul 27
    Octane is absolutely amazing. I've run performance tests on it and it's right in the zone with Solid, Remix V3, vanilla. The React compatibility makes it super easy to use. Octane is a serious contender.
    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>
}
    31K
  • user avatar
    Jack Herrington
    Netlify
    @jherr
    Jul 23
    Tried out Claude Design today. It's good.
    1.5K
  • user avatar
    Jack Herrington
    Netlify
    @jherr
    Jul 19
    Needing to firmware update my acoustic guitar is peak 2026 for me.
    3.1K
  • user avatar
    Jack Herrington
    Netlify
    @jherr
    Jul 18
    Claude was telling me that localhost:3000 was gitea and I was scratching my head because that's definitely not the case on my laptop. But actually it was the case on my Mac Studio. Long story short, be warned that CC will go connect to any Chome on any machine.
    5.5K
  • See @jherr's full profile

    Sign up
    Log in
Advertisement
Advertisement