Skip to content

Demo React/Drupal app to showcase React.lazy() and Suspense API

Notifications You must be signed in to change notification settings

drupov/react-lazy-suspense-with-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Demo React/Drupal app to showcase React.lazy() and Suspense API

The repository includes a demo of React.lazy() and the Suspense API, included in React.js since the 16.6 release.

Data for the demo is coming from a Drupal 8 installation.

Installation instructions

Run in /backend:

composer install

Install your site. Generate some article content with Devel generate.

Run in /frontend:

npm install
npm start

About

Demo React/Drupal app to showcase React.lazy() and Suspense API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published