batch
functionLearn how to manage environment variables in Next.js, which influence how an application behaves in different contexts and environments.
useActionState
in React: A practical guide with examplesDiscover how React’s useActionState Hook makes it easier to handle user actions, especially form submissions and async state changes.
Compare two libraries that support creating 3D experiences in the browser. Learn how to get started with each, their core features, and key differences.
Image
component to optimize imagesExplore automatic image optimization using Next Image, the built-in image optimization solution for Next.js.
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!