/LetSuspense

A declarative Loader alternative for React. Inspired by the experimental React.Suspense

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

Introduction

This is a useful component that uses Composition in React to let you show placeholders on your page while data is being loaded in the background; When your content is available, it will simply swap the placeholder for the actual data.