Skip to content

Questions about combining Solidjs & RXJS #410

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

You must be logged in to vote
  1. The main reason for createEffect is to handle stuff after render like interactions with the DOM. I don't see any problem with this. The only place where I feel there are some gaps are that I haven't really figured out how to make Observables play into stuff like Suspense. Promises are easy since you know they are single purpose. I'm unclear if we wired observables in how to determine when we should consider things stale.

  2. I mean yes... but that's true of anything right. I tend to not use createEffect because I want to not block rendering, but simply because that use case is where I tend to use it. If anything, if there are recalculations involved I'd rather do it in createComputed so t…

Replies: 4 comments 8 replies

Comment options

You must be logged in to vote
2 replies
@jorroll
Comment options

@jorroll
Comment options

Answer selected by jorroll
Comment options

You must be logged in to vote
1 reply
@jorroll
Comment options

Comment options

You must be logged in to vote
5 replies
@jorroll
Comment options

@ryansolid
Comment options

@jorroll
Comment options

@ryansolid
Comment options

@jorroll
Comment options

Comment options

You must be logged in to vote
0 replies
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