SydJS June 2026 — the local-first night
June’s SydJS packed out Sydney Tech Hub on a cold Thursday — about 120 people, doors at 6pm AEST, three talks and the usual pizza queue.
The talks
- Local-first, for real. The opener walked through building an app that works offline and syncs when it can, using a CRDT-backed store. The honest take: conflict resolution is still where most of the complexity lives.
- Signals everywhere. A spirited talk on fine-grained reactivity that turned into a floor debate about whether signals are a genuine step change or a re-skinned observable. No consensus — which is the point of a good meetup.
- Lightning round. Five-minute demos, including a neat MCP-powered editor plugin that got a few audible “oh, nice”es.
Key takeaways
- Local-first is crossing from theory to shipped products, but the tooling is still early.
- The room is split on signals — try them on something small before betting a codebase.
- Edge/runtime portability keeps coming up; people want their code to run anywhere without a rewrite.
Why it matters down under
Sydney’s JS community is small enough that one good talk shifts what people try next month — you can watch ideas propagate meetup to meetup. It’s also a reminder that you don’t need to be in San Francisco to be on the frontier; the same conversations happen here, just with better coffee.
Related: the original post on his blog.