Skip to content

Combines `Suspense` and `Await` into new `Deferred` component

License

Notifications You must be signed in to change notification settings

artevelde-uas/react-remix-deferred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My React Component

npm license downloads

My React component

Prerequisites

{
  "react": "*",
  "react-dom": "*"
}

Installation

Using NPM:

npm install my-react-component

or Yarn:

yarn add my-react-component

Usage

In your application root, first import the component styles:

import 'my-react-component/styles.css';

Then import the component in your code:

import MyComponent from 'my-react-component';


export default () => {
    return (
        <MyComponent />
    );
};

Demo

Clone the package and run yarn start

API

MyComponent

Description for MyComponent

About

Combines `Suspense` and `Await` into new `Deferred` component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published