July has been our busiest month this year! Check out our monthly newsletter, or this thread for some highlights: markojs.com/docs/newslet...
Marko in July 2026
July was the busiest month in the project's history by a wide margin.
markojs.com
July has been our busiest month this year! Check out our monthly newsletter, or this thread for some highlights: markojs.com/docs/newslet...
Marko in July 2026
July was the busiest month in the project's history by a wide margin.
markojs.com
What's new in Marko V6? How did we get here? Find out on this week's episode with @dpiercey.me www.youtube.com/watch?v=7gAf... creators.spotify.com/pod/show/dev...
Who is your celebrity “Birthday Twin” (born same day as you)? Answer with pic or gif only.
a blurred image of a race car with a flag on the side of it .
ALT: a blurred image of a race car with a flag on the side of it .
media.tenor.com
Who is your celebrity “Birthday Twin” (born same day as you)? Answer with pic or gif only.
Giving up on @neovim.io for a bit. I have been using for years, but recently every upgrade is breaking something and tbh I don’t have knowledge or time to debug and search for a solution (skill issue), probably because I am not a master on it,
I'm super new here, but so are most of us, so I figured I'd share this in case anyone else didn't know. I just searched for a tool that lets me write multiple posts into a thread, and it turns out it's built in to blue sky! Just press '+' to add a reply to your post!
One thing that I hated about X was the YouTube link. YouTube link —> click —> web view —> open on default browser—> YouTube page loaded with “open on app” button —> click —> YouTube App. Here it is just as it should be YouTube link —> click —> YouTube app
This article by @acemarke.dev is a very detail and well written article of how and why your components re render or why your memo component still re-renders or how react-redux prevent re-rendering and more. If you think you know react, well read it twice blog.isquaredsoftware.com/2020/05/blog...
Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior
Details on how React rendering behaves, and how use of Context and React-Redux affect rendering
blog.isquaredsoftware.com
Nice, @theo.io made exactly what I was looking for. It works perfectly, found a ton of Bluesky people I didn't know were here!
Bluesky Network Analyzer
Find accounts that you don't follow (yet) but are followed by lots of accounts that you do follow.
bsky-follow-finder.theo.io
location.search is not always available on the browser. Safari 14 > in private mode sets them as empty string even if the query is there in the URL. This happens when your site was redirected by a third party site. you could read this on the server and set it in an initial state object.
@danabra.mov would it be possible to remove this popup after following someone? It covers the back button
Learned this year that setTimeout is a WHATWG spec and not part of JS spec. So if you have an environment based on V8, it is not guaranteed you will have it available unless it is implemented in the environment. Akamai EdgeWorker does not have it and does not allow any time base API like Date now()