Nuno
Nuno
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
Ok. So a bit incomplete. But I my option we may need something like this. I had to revert vite to webpack due some production build inconsistencies. Solid relies to much on vite, but I think we need other tools and ways of work that doesn't demand use vite. Babel and a Webpack are slow and other build tools are promising better performance. I think SWC still need to do something to allow write plugins without know Rust, I found the code hard to read.
21 replies
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
seems like context provider is not working well, I get null trying to get the created context on useContext
21 replies
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
but now I have a issue with context
21 replies
SSolidJS
Created by walid on 7/30/2023 in #support
SWC Support for SolidJS
I fixed this by setting importSource = "solid-js/h"
21 replies