bigmistqke
Is there any examples of making a library with vite that exports a Solid.js Component.
I think I eventually went for vite library mode then bc I also needed some other vite niceties. But mb https://github.com/egoist/tsup/issues/536 can help
6 replies
Confused between For and index
There is https://primitives.solidjs.community/package/list where both index and the element are a signal
7 replies
solid-plotly.js a new wrapper for Plotly.js
it takes a really long time to initially load the page tho, i think something to do with
[BABEL] Note: The code generator has deoptimised the styling of /Users/bigmistqke/Documents/GitHub/solid-plotly.js/packages/solid-plotly.js/dist/dev.jsx as it exceeds the max of 500KB.
. maybe plotly.js
should be a peer dependency, so that you don't bundle it with your own app.105 replies