alpersonalwebsite / react-loadable-vs-lazy

react-loadable vs React.lazy vs @loadable/component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic imports with react-loadable, @loadable/component and React.lazy

Greenkeeper badge CircleCI License: MIT

This is an easy, basic and raw (no styles attached) example of HOW to dynamically import Components.

Installation

npm install

Running the dev server

npm start

Description

Option 1: react-loadable

Option 2: @loadable/component

Option 3: React.lazy()

About

react-loadable vs React.lazy vs @loadable/component

License:MIT License


Languages

Language:JavaScript 56.9%Language:HTML 43.1%