Skip to content

Demo of a sophisticated loading spinner using structured concurrency with Effection

Notifications You must be signed in to change notification settings

thefrontside/effection-react-loadingspinner

Repository files navigation

Loading Spinner with Effection in React

Example of a detailed loading spinner implemented as a hook. It gives users feedback when the request takes too long to load. It automatically retries up to 3 times if the request fails.