I can't wait for auto imports to be implemented. This is the only thing stopping me from using tsgo as a fault driver
August 22, 2025 at 12:25 AM
I can't wait for auto imports to be implemented. This is the only thing stopping me from using tsgo as a fault driver
Thanks a lot for that buddy 🌹
July 14, 2025 at 6:51 AM
Thanks a lot for that buddy 🌹
I thought this was a feature of Suspense itself but reading playfulprogramming.com/posts/nextjs... and checking Suspense docs, it looks like it isn't. It seems like it's not there. Is it covered by useTransition? Is it not implemented in current drops?
Thanks a lot.
Thanks a lot.
Next.js Promise Racing
Learn how you can use Next.js' and React's primitives to achieve a neat party trick: Conditionally show a loading spinner based on a given wait time.
playfulprogramming.com
July 14, 2025 at 4:57 AM
I thought this was a feature of Suspense itself but reading playfulprogramming.com/posts/nextjs... and checking Suspense docs, it looks like it isn't. It seems like it's not there. Is it covered by useTransition? Is it not implemented in current drops?
Thanks a lot.
Thanks a lot.
Reposted by Meligy
- If _this_ component re-renders, it has the same `children` prop ref as before, so its immediate child will be skipped, and then it's just which nested components accessed context
- If this comp's _parent_ re-renders, it's passing a new `children` ref in here, so its children render
- If this comp's _parent_ re-renders, it's passing a new `children` ref in here, so its children render
July 6, 2025 at 4:06 PM
- If _this_ component re-renders, it has the same `children` prop ref as before, so its immediate child will be skipped, and then it's just which nested components accessed context
- If this comp's _parent_ re-renders, it's passing a new `children` ref in here, so its children render
- If this comp's _parent_ re-renders, it's passing a new `children` ref in here, so its children render
How did you prepare / practice your in-person talks before to ensure they fit the assigned time?
Not saying this should be the answer to your current question too. I actually have the same problem you mention, with both videos and live talk prep.
Not saying this should be the answer to your current question too. I actually have the same problem you mention, with both videos and live talk prep.
June 2, 2025 at 1:33 PM
How did you prepare / practice your in-person talks before to ensure they fit the assigned time?
Not saying this should be the answer to your current question too. I actually have the same problem you mention, with both videos and live talk prep.
Not saying this should be the answer to your current question too. I actually have the same problem you mention, with both videos and live talk prep.
Also, just for fun, and since this is my actual background, "for asp .net core developers"
June 2, 2025 at 1:21 PM
Also, just for fun, and since this is my actual background, "for asp .net core developers"
I know this can sound stupid, but "next.js developers".
The positioning here is next.js developers who think they know RSCs but they don't really, if that's a big enough thing in your opinion.
The positioning here is next.js developers who think they know RSCs but they don't really, if that's a big enough thing in your opinion.
June 2, 2025 at 1:20 PM
I know this can sound stupid, but "next.js developers".
The positioning here is next.js developers who think they know RSCs but they don't really, if that's a big enough thing in your opinion.
The positioning here is next.js developers who think they know RSCs but they don't really, if that's a big enough thing in your opinion.
Reposted by Meligy
... and the full slides and detailed notes from my other NICAR talk yesterday, "What’s new in the world of LLMs" https://simonwillison.net/2025/Mar/8/nicar-llms/
What’s new in the world of LLMs, for NICAR 2025
I presented two sessions at the NICAR 2025 data journalism conference this year. The first was this one based on my review of LLMs in 2024, extended by several months …
simonwillison.net
March 8, 2025 at 11:24 PM
... and the full slides and detailed notes from my other NICAR talk yesterday, "What’s new in the world of LLMs" https://simonwillison.net/2025/Mar/8/nicar-llms/