Yes, that's more the kind of take I follow you in. It really sucks at async, it can't really reason like we do about the permutations of ordering that could occur. As long as it's synchronous it's pretty good and the prototypes rock. Or bootstrap an accessible component
01.08.2025 11:29 β π 0 π 0 π¬ 1 π 0
Adjust usage by JoviDeCroock Β· Pull Request #368 Β· 0no-co/GraphQLSP
Example of a more complex piece, the pr it came up with github.com/0no-co/Graph...
The context: we've added a bunch of helpers in github.com/0no-co/Graph... - analyze the codebase where we use typescript methods in the helpers, refactor function by function and run the tests after each change.
01.08.2025 10:07 β π 1 π 0 π¬ 0 π 0
Tasks I've had a lot of success with:
- Prototype x, then you make the prototype great
- Iterate on this performance (include command to test perf)
- Convert from library x to y
- Write tests, need a lot of guardrails here in context
01.08.2025 10:05 β π 0 π 0 π¬ 2 π 0
For code however, you can't just rely on a plain LLM, you kind of need to try claude-code or the CoPilot agent mode for it to actually be meaningful.
01.08.2025 10:05 β π 0 π 0 π¬ 1 π 0
I really disagree with this honestly, it's been really great for me. I agree with the junior aspect of it but if you provide context and anticipate the footguns it will run into it's pretty accurate in what it does.
01.08.2025 10:05 β π 1 π 0 π¬ 2 π 0
I've been chasing a bug for a while now in Preact where there is a very rare but deterministic case where we'd crash. Thanks to a contributor we got to the bottom of this and I'm forever grateful to people like this that take the time to talk through issues with me
28.07.2025 06:45 β π 10 π 0 π¬ 1 π 0
It's remarkable how well Claude can analyze pictures and how little tokens it produces compared to me describing what's on the picture.
Took a screenshot, pasted it into claude code and it did the correct thingπ
25.07.2025 09:01 β π 5 π 0 π¬ 0 π 0
And... that's another part of the ecosystem to support it github.com/0no-co/gql.t... your GraphQL types will keep working even when your documents get descriptions
24.07.2025 21:47 β π 1 π 0 π¬ 0 π 0
Imagine a system where we ingest all of our queries and when we analyze the query done by users we use the descriptions to derive the intent of a journey/query/... We can now query the operations being dispatched in natural language and so on.
24.07.2025 12:34 β π 0 π 0 π¬ 0 π 0
Soon GraphQL.Web and Bluejay will support parsing Executable descriptions on Fragment/Variable/Operation Definition nodes. This means that we can now share the use for an operation/variable/fragment over the GraphQL AST. This might look small but...
24.07.2025 12:34 β π 2 π 0 π¬ 1 π 2
Man, I just love modeling state in @svelte.dev π§‘
- State vars are just properties on a class
- Complex values, like this cursor position, can be $derived from other state. Svelte figures out when to recompute
- Go-to definition shows all the usages of that state too
24.07.2025 11:55 β π 75 π 6 π¬ 4 π 3
fusedata.dev
24.07.2025 12:20 β π 2 π 0 π¬ 0 π 0
YES! State models with observable atoms like signals/runes/... are great. I talked about this on the LearnWithJason show as well, it's so ergonomic and doesn't make your components littered with all the logic.
24.07.2025 12:20 β π 3 π 0 π¬ 0 π 0
We need a European Sovereign Tech Fund
With a new feasibility study, GitHubβs developer policy team is building a coalition of policymakers and industry to close the maintenance funding gap.
We need a European Sovereign Tech Fund
github.blog/open-source/... "Open source software is critical infrastructure, but itβs underfunded. With a new feasibility study, GitHubβs developer policy team is building a coalition of policymakers and industry to close the maintenance funding gap."
24.07.2025 09:57 β π 8 π 6 π¬ 0 π 0
Revisit our gql.tada panel from London GraphQL last year: www.youtube.com/watch?v=ZmRw...
23.07.2025 15:59 β π 2 π 2 π¬ 0 π 0
Fuse may not have taken off but it had a pretty amazing video showing the power of gql.tada gql-tada.0no.co
22.07.2025 18:46 β π 2 π 0 π¬ 1 π 1
Maybe I should do another attempt at something like fuse where we have opinions on
- Schema authoring
- Ensure types are done well
- Persisted operations out of the box
Might just be great if it's CloudFlare first class as we could even have infrastructure opinions then.
21.07.2025 10:34 β π 1 π 0 π¬ 1 π 0
Sometimes I hear that it was a mistake to build
@vendure.io on top of GraphQL.
"Too complex", "Can't be cached", "Poor performance", "It was all hype"
Yes, every technology has its tradeoffs. I'm keenly aware. There *are* some aspects you need to be mindful of when working with GraphQL.
21.07.2025 07:13 β π 5 π 3 π¬ 1 π 0
gql-tada CLI | gql.tada πͺ
Magical GraphQL query engine for TypeScript
Awesome! If you'd use `turbo` you could save some battery for every time you boot up the project. Then only the documents changed in your branch need to be parsed/calculated.
gql-tada.0no.co/reference/gq...
18.07.2025 09:57 β π 1 π 0 π¬ 0 π 0
would love to peek into that? Did you use gql.tada?
18.07.2025 09:41 β π 0 π 0 π¬ 1 π 0
Look, I've been around a while & remember when we used to bundle with Grunt, then Gulp, then Webpack. So isn't Vite just an incremental take on what has gone before?
No - Vite has something that makes it magical. An absolutely sublime plugin API that feel like you can build *anything* with it.
18.07.2025 07:11 β π 3 π 1 π¬ 2 π 0
Formisch Playground for Preact - StackBlitz
A Vite Preact TypeScript project based on @formisch/preact, @formkit/auto-animate, @preact/signals, clsx, preact, preact-iso, valibot, @preact/preset-vite, @tailwindcss/vite, eslint, eslint-config-pre...
Preact is ready: stackblitz.com/edit/formisc...
18.07.2025 04:57 β π 1 π 1 π¬ 1 π 0
In light of my recent episode on @learnwithjason.dev, I decided to write a blog post about State models and signals.
17.07.2025 09:20 β π 3 π 2 π¬ 1 π 0
It's kind of chicken and egg, either you risk sending a useless fetch, which you can work around github.com/urql-graphql...
Or You can delay the fetch until the component mounts and risk flashing content when it is actually cached....
17.07.2025 12:57 β π 1 π 0 π¬ 0 π 0
A lot of this suspense behavior really sounds ill-thought through, we need to cache promises but then again we aren't assured of the component lifecycle if it needs to initially mount... Oh and there are lanes as well
17.07.2025 10:55 β π 2 π 0 π¬ 1 π 0
Oh gotcha, in our case that would mean we'd need to add a .catch github.com/urql-graphql... and dispose it there as well I reckon
17.07.2025 10:51 β π 1 π 0 π¬ 1 π 0
So you add it to reclaim and when the unmount (teardown for us) fully triggers you actually remove the promise github.com/urql-graphql...
17.07.2025 10:46 β π 1 π 0 π¬ 0 π 0
When the component fully unmounts you should be safe to remove it github.com/urql-graphql...
17.07.2025 10:45 β π 1 π 0 π¬ 2 π 0
Meet quarterly in London with fellow developers and companies in the GraphQL space and stay up to date with the latest developments, trends and lessons from the GraphQL community!
Interested in speaking? Apply here: http://tinyurl.com/londongraphqlcfp
Chrome DevRel at Google (CSS + Web UI + DevTools). CSSWG Member. PADI Divemaster. Blogs at bram.us. Lives in Belgium.
Senior Developer @ Shopify helping make commerce better for everyone. Interested in Rails, Ruby, Elixir, Remix and React.
Connecting people to pixels β’ Design system'n
@Shopify β’ https://alexpage.dev β’ Prev AusGov Design System ππ¨
Independent AI researcher, creator of datasette.io and llm.datasette.io, building open source tools for data journalism, writing about a lot of stuff at https://simonwillison.net/
Product Tech Lead at Asana
π Tech Enthusiast | AI & Dev Tools π οΈ
π₯ Sharing insights on Next.js, Payload, Supabase, Tailwind, AI, and serverless architecture.
πΊ Watch my tutorials & build with me: https://www.youtube.com/channel/UClxm1AYVvel_7Lhft3FPdhg
Deploy any modern frontend stack, from marketing sites to AI apps. Join millions of developers and teams shipping faster on Netlify.
http://answers.netlify.com and http://netlify.com/support for support.
netlify.com
βΉ Remote-first Staff Web guy. Product-centered UX and frictionless DX.
π @Honor | @Stripe | @AWS | @Starbucks | HigherEducation
π ericclemmons.com
Head of Technology & Open Source at Nearform. Way back with Formidable and somehow IP law.
Wake me up when the DEFCON levels have changed. They/them.
https://malstrom.me
https://mastodon.social/@markmalstrom
Software engineer. Helping you master automated testing at http://EpicWeb.dev. Author mswjs.io. Instructor egghead.io.
I tell stories @zakarcher.com.
My debut book "LOGGERHEADS" it out π
https://zakarcher.com/books/loggerheads
Next generation testing framework powered by @vite.dev β‘οΈ
https://vitest.dev
Web, standards, tooling, sports, video games. https://frehner.me
Working @Shopify
Web2 software dev at Shopify working on Hydrogen in rural Maine.
More at www.bretlittle.com
Engineering leader. I also write newsletters (modernleader.is and afterburnout.co). Find all my stuff at https://connectwithme.at/kelly
βοΈ Formerly @React.dev core (Forgetβ¨), @ReactNative.dev Β· Architect, Xplat/Web/UI/PL @ByteDance Β·π¨βπ¬ Ξ».TaPL/FP/Compiler/VM/@TC39
compressionist, performance freak. @sveltejs team. 9 years experience. Thrice Conference Speaker ex-@stackblitz. β€οΈπΈ Hans Zimmer. CodeFu: https://github.com/puruvj
React Native macOS maintainer at Microsoft