SolidJS createResource and transition() synchronization for concurrent signal updates
Integrating createResource with the transition() API allows developers to maintain current UI states while asynchronous data fetches resolve in the background. This prevents layout flicker by deferring the update of the reactive resource state until the promise settles. A challenge arises when multiple signals, which serve as the source for a single resource