batch
functionExplore the new mode that introduced file-based routing in v7, why it remains optional, and when to use it or stick with a different approach.
Learn how MCP will replace the traditional browser, what this shift means for frontend devs, and how to start prepping for an AI-first future.
TanStack Start’s Selective SSR lets you control route rendering with server, client, or data-only modes. Learn how it works with a real app example.
Learn how Cursor project rules streamline Next.js apps with automated conventions, consistent components, and faster developer onboarding.
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!