Deferring loading of JS files until after React loads
Project description
Dash Defer JS Import
Dash Defer JS Import is a Dash component library.
Its purpose is to defer loading JS scripts until after the Dash React elements have loaded.
Installation
The package has been released to pypi and npm. Easy thing is to install using pip:
pip install dash_defer_js_import
To install from source, clone the repo and
npm install
npm run build:all
python setup.py sdist
pip install dist/dash_defer_js_import-0.0.1.tar.gz
Note: his assumes you have the requirements already installed, if not, see requirements.txt Might want to use venv to not mess up your own repo ...)
Usage:
import dash_defer_js_import as dji
# Dash server initi and layout setup
# ...
app.layout = html.Article(dji.Import(src="./path/to/script.js"))
Credits
This component is based on the grasia-dash-component
It was initialized using cookiecutter thanks to the https://github.com/plotly/dash-component-boilerplate.git cookiecutter .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file dash_defer_js_import-0.0.2.tar.gz
.
File metadata
- Download URL: dash_defer_js_import-0.0.2.tar.gz
- Upload date:
- Size: 36.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.3 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 403fef93d46535ed3ad4d5df0749136cfd1439d6956ff877b40dc47021df1e4a |
|
MD5 | 6b60026af1874de12c0dca2ee74ebbc0 |
|
BLAKE2b-256 | 015500cb28fbfa48c14815cef2c3754fab9c9dad93cbe4b8a8492e0e5aa516ea |