7 Replies
Are you able to share some code? Like your imports and how you're trying to display the icons
You won't be able to use react components in a solid app, as they're fundamentally different
Iconify
All popular icon sets, one framework
Why solidjs does not allow react components library
Because they are different. They operate differently and libraries for either are built differently to accommodate their respective platform. For example, React libraries may make extensive use of destructuring props, in solidjs this doesn't work (it will not maintain reactivity)
Thank nice
I have found another way to use svg, thanks alot to you all
What about redux
Does solidjs allow redux
Redux by itself maybe. Not React-redux
How can access the store in solidjs component