@grrr/ready

0.1.0 • Public • Published

Ready

Build Status

DOM ready & document loaded JavaScript listeners

  • Lightweight (less than 250b minified and gzipped)
  • No dependencies
  • Transpile to desired browser target (syntax only)

Built with ❤️ by GRRR.

Installation

$ npm install @grrr/ready

Note: depending on your setup additional configuration might be needed, since this package is published with untranspiled JavaScript.

Usage

Import into your main JavaScript file:

import { onDocumentLoaded, onDomReady } from '@grrr/ready';

onDomReady(() => {
  // Execute main functions
});

onDocumentLoaded(() => {
  // Execute functions after the document has fully loaded
});

DOM ready

The onDomReady function:

Document loaded

The onDocumentLoaded function:

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i @grrr/ready

    Weekly Downloads

    6

    Version

    0.1.0

    License

    MIT

    Unpacked Size

    4.58 kB

    Total Files

    10

    Last publish

    Collaborators

    • nick.meijer
    • roelandvs
    • harmenjanssen
    • ramirohammen
    • martijnnieuwenhuizen