volume 1 of “
“you and i are polar opposites” manga by kocha agasawa
back of the manga “you and i are polar opposites” showing italian description
i moved to a new place recently and there’s a manga shop close by
couldn’t help but go in and grab this since i loved the anime
2 days ago
0
0
0
0
The React Foundation has officially launched, hosted by the Linux Foundation. Read more here: react.dev/blog/2026/02...
1 month ago
139
16
2
7
ECMAScript excitement 😉
🚨🚨🚨 IT'S ABOUT TIME! 🚨🚨🚨
Congrats to @manishearth.bsky.social on shipping the Temporal API in Chrome 144 stable today 🎉
developer.chrome.com/blog/new-in-...
Temporal is the replacement for the Date API.
2 months ago
103
25
3
4
learn hiragana
hear こんにちは in your head
i just walked "learn hiragana" by @danabra.mov
sidetrail.app/@danabra.mov...
4 months ago
1
0
0
0
Without the blue bar
a github clone with NextJS 16 and cache components
x.com/panchito built a _really_ slick looking Github file viewer clone that fully uses RSCs and new React features, as well as making smart use of modern CSS. Great writeup on the implementation:
wtbb.vercel.app
I tried browsing the React repo example and it's _fast_! Really impressive!
4 months ago
59
11
0
4
We're hoping for TypeScript 6.0 early 2026 (think February or earlier) and 7.0 shortly after.
We're looking for people to use the native previews of 7.0 for feedback ASAP though. We feel the language service is pretty solid these days!
4 months ago
39
8
4
1
5 months ago
398
111
31
17
Type-safe URL state in Next.js with nuqs
YouTube video by Vercel
My talk at @nextjs.org conf is online!
Go watch it, it contains two gems:
- The dangers and limits of URL state (to make you a better engineer)
- A live demo of how @nuqs.dev uses a declarative approach to type-safe and time-safe behaviours, in a composable way.
5 months ago
19
4
0
0
Advertisement
yes!
and also, i still visit the gentoo forums sometimes
5 months ago
0
0
0
0
i appreciate this a lot, thanks a bunch ❤️❤️
5 months ago
1
0
0
0
Built-in HTTP proxies are now on v22 😇
(Going to update the version mentions in a WIP guide on using Node.js in enterprise network environments)
5 months ago
45
8
2
1
TIL that HTML has an <output> tag for years 😅
Useful for semantic and accessibility
Here, the example is a simple addition
But it's also useful for async dynamic results computed on the server using modern frontend frameworks like React
5 months ago
29
7
1
0
New "Learn" Docs Section for Async · reactwg async-react · Discussion #2
At React Conf 2025, there were a number of conversations around how we could improve the React.dev docs story around async features in React. In particular, it feels like many APIs are solely docum...
Had a great discussion with @ricky.fm and @crutchcorn.dev at ReactConf about expanding the React docs to cover modern async React features, and collaborating on outside contributions.
The first Async WG thread already has a ton of excellent content ideas - come help out!
github.com/reactwg/asyn...
5 months ago
40
6
3
0
Maintaining a Library and a Community - Mark Erikson - NDC Oslo 2025
YouTube video by NDC Conferences
I take that back! @atila.io the hour-long version at NDC Oslo _was_ recorded:
www.youtube.com/watch?v=bPjs...
5 months ago
4
1
0
0
Obviously I could not miss @acemarke.dev talk at @allthingsopen.bsky.social DevRel stage. Today let’s hear about maintaining a library and a community
5 months ago
16
3
1
0
Advertisement
the main reason react got open sourced at all, and then stayed maintained (not just “throw code over the wall” style) is because everybody working on it knew they don’t want to reinvent it from scratch at their next job
6 months ago
52
2
0
1
Celebrating the Launch of the React Foundation | OpenJS Foundation
A New Era for React, and a Stronger JavaScript Ecosystem
New Era for React = Stronger JavaScript Ecosystem 💙
React doesn’t live in isolation - It works alongside Node.js, Electron, webpack, and more. A dedicated foundation under the Linux Foundation means more collaboration, security, and sustainability across the ecosystem.
hubs.la/Q03MylxX0
6 months ago
44
19
0
3
Interop Feature Ranking
Rank the web platform features you care most about
As an experiment, we (the Firefox team) wanted to try a new way to get feedback on which Interop proposals matter most.
So, here's a web app where you can rank the proposals you care about, giving us data we can use when reviewing which ones to champion.
interop-rank.jakearchibald.com
6 months ago
249
114
19
22
A nice way to clean up event handlers in React effects.
useEffect(() => {
const abortController = new AbortController();
websocket.addEventListener("message", (event) => {
// Do Stuff
}, {signal:abortController.signal})
return () => abortController.abort()
}, [websocket])
6 months ago
11
1
2
0
yeah, i like this pattern a lot
6 months ago
1
0
0
0
Advertisement
the @react.dev Compiler works for the same reason that compilers for pure programming languages are able to make non-trivial optimizations. if your code is composed of pure functions, it is safe to re-order their computation, or save the result for some inputs and reuse it for later for same inputs.
6 months ago
45
1
1
0
it feels really good when you're mentoring someone and you see them go from worried at the start to gaining more and more confidence through small wins
6 months ago
0
0
0
0
A person I know and trust said he's talked to folks who think we Redux maintainers are somehow feuding with the TanStack maintainers or that we're enemies.
Absolutely _not_ the case! @tkdodo.eu and @tannerlinsley.com are friends! They're awesome, and we routinely chat and share advice.
6 months ago
54
1
8
3