swappea
swappea
SSolidJS
Created by swappea on 11/2/2024 in #support
exporting css from solid-lib-starter
I am using solid-lib-starter as a template to build a library which exports components and one .css file. I can see it being present in the dist directory, but when I am using the library, vite says it cannot find that specificier for .css. Anyone knows how to handle this?
1 replies
SSolidJS
Created by swappea on 10/29/2024 in #support
Should I use reconcile everytime I use produce?
So when creating a store, I can use produce utility to work with draft state and this then returns the new immutable state. So when that store is update using setStore, does it update it completelty? Do I need to use reconcile?
5 replies