Show Offline disclaimer. Demo.
import OfflineDisclaimer from 'react-offline-disclaimer';
const App = () => (
<main>
<Header>
Hello 👋
</Header>
<OfflineDisclaimer />
<Online>
<Paragraph>This content will be shown only when you're online.</Paragraph>
<Paragraph>Turn off your connection to see the offline disclaimer page.</Paragraph>
</Online>
</main>
);
Runs the library in development mode. Open http://localhost:3000 to view it in the browser.
Runs the test watcher in an interactive mode.
Builds the library for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Publishes the library to NPM.