Skip to content

amanolar94/react-suspense-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Suspense Demo

This project was bootstrapped with Create React App, forked from this repository and altered to consume this and this hackernews API.

It uses the Alpha version of React 16 (16.4.0-alpha.0911da3) so as to experiment with React Suspense.

You can view the demo here and read the accompanying article at LogRocket's Blog that demostrates how to build the forked demo.

Getting started

To get started, clone this repository and install the dependencies.

git clone https://github.com/amanolar94/react-suspense-demo.git
cd react-suspense-demo
npm i
npm start

About

A React app demoing the Suspense feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.4%
  • CSS 14.0%
  • HTML 12.6%