-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I am looking at porting my package over to ipyreact to have a better supported buildchain.
Here is what I would like (and will stumble at points while building).
- a single repo with python and js code
- the JS inside that repo should be separate and look like a normal JS package to a js dev looking at it.
- The JS should build and push to an NPM module and function as a JS module wihtout needing any of ipyreact, esbuild, backbone, or ipywidgets js code
- The python code should use the ESM module pattern and build properly
nice to haves
local-dev mode where you can write JS features and have them avaiable to IPYReact without having to publish to npm, for local development
The stack that I have very close to working
I followed a vite demo and can build a package that works (minus css) with IPYReact.
Do you have a strong preference for another JS Build stack?
Is this project interesting to you? I think it will be useful for asking debugging questions even if you don't include it in official docs.
Metadata
Metadata
Assignees
Labels
No labels