2022-11-24
1095
#solid
Alex Merced
142138
Nov 24, 2022 ⋅ 3 min read

Understanding SolidJS’ updated batch function

Alex Merced I am a developer, educator, and founder of devNursery.com.

Recent posts:

file based routing in react router

File-based routing in React Router v7 – Why keep it optional?

Explore 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.

Elijah Asaolu
Sep 9, 2025 ⋅ 6 min read
mcp is the new browser

MCP is replacing the browser: Here’s how devs should prepare

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.

Peter Aideloje
Sep 9, 2025 ⋅ 6 min read

Effective rendering with Selective SSR in TanStack Start

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.

Amazing Enyichi Agu
Sep 8, 2025 ⋅ 10 min read
How Cursor Project Rules Can Improve Next.js App Development

How Cursor project rules can improve Next.js app development

Learn how Cursor project rules streamline Next.js apps with automated conventions, consistent components, and faster developer onboarding.

Muhammed Ali
Sep 8, 2025 ⋅ 4 min read
View all posts

2 Replies to "Understanding SolidJS’ updated <code>batch</code> function"

  1. Hi Alex, great article! I just wanted to mention that the batch function is not new, Solid actually had it for a long time.

    1. 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!

Leave a Reply