comphonia / LetSuspense

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 74.9%Language:CSS 13.9%Language:HTML 11.2%