lightzane
Solidjs and RxJS compatibility
Introduction:
Hi! I’m new to Solidjs and I like that idea where it’s similar to React and does not re-render the entire component for no obvious reason.
I came from Angular and React.
Since Solidjs does not re-render or re-executes the entire function/component, it’s so easy to use setTimeout/setInterval inside it.
Should RxJS also now be highly compatible with Solid? And the idea that we can use
onCleanup()
to unsubscribe to observables or any other subscriptions.12 replies