0.0.8 • Published 2 months ago

@engraft/host-observable v0.0.8

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Engraft-Observable Embedding (Host)

This directory contains the codebase for the host that runs Engraft within Observable

User Guide

Developer Doc

The host is a React component that wraps hooks necessary to run Engraft. On the notebook side, there is another React component that wraps this embedding for additional logic (see dev doc).

By convention, code should be written as close to Observable as possible (i.e. in the notebook), and only in this repo when necessary. (e.g. when needing strictly typed code, etc.)

This codebase is meant to be bundled into a .js lib with Vite, and imported into the Observable host notebook.

Development notes

This package is currently an "app" rather than a "lib" – it would be nice if it could be both, but that causes issues at least with CSS handling...

0.0.8

2 months ago

0.0.7

4 months ago

0.0.6

5 months ago

0.0.5

5 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

7 months ago

0.0.1

7 months ago