batch
functionif()
function: Conditional styling will never be the sameThe CSS Working Group has approved the if() function for development, a feature that promises to bring true conditional styling directly to our stylesheets.
Next.js 15.4 is here, and it’s more than just a typical update. This version marks a major milestone for the framework and its growing ecosystem.
If you’re building an LLM-powered application, llm-ui is a powerful tool to help you add structure, flexibility, and polish to your AI interfaces.
Improve the old-fashioned debugging JavaScript workflow by effectively using some lesser-known Chrome DevTools console features.
2 Replies to "Understanding SolidJS’ updated <code>batch</code> function"
Hi Alex, great article! I just wanted to mention that the batch function is not new, Solid actually had it for a long time.
You’re right, Solid has had this function for a while. The point of this post was to highlight some of the recent updates to batch, so we’ve made a couple changes to make that a bit clearer. Thanks!