Skip to content

createSignal Question #497

Answered by ryansolid
jcuenod asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah it's because the change hasn't been committed yet. I made a change about 6 months ago to batch work in Effects. It wasn't the only solution but it was the easiest to ensure timing in some of the trickier use cases (concurrent rendering and transitions). Under a batch Solid has the same timing as React. So you won't see the update until later. Basically all updates are collected and applied later. I need to document this. And probably look at the necessity of the Effect batching (although I'm pretty sure it is necessary in those cases).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ryansolid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #493 on June 19, 2021 03:06.