React Icons Error

React icons is not rendering on the UI please i need help
7 Replies
Tommypop
Tommypop2y ago
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
siduck
siduck2y ago
Iconify
All popular icon sets, one framework
Kvngrashy_fx
Kvngrashy_fxOP2y ago
Why solidjs does not allow react components library
REEEEE
REEEEE2y ago
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)
Kvngrashy_fx
Kvngrashy_fxOP2y ago
Thank nice I have found another way to use svg, thanks alot to you all What about redux Does solidjs allow redux
REEEEE
REEEEE2y ago
Redux by itself maybe. Not React-redux
Kvngrashy_fx
Kvngrashy_fxOP2y ago
How can access the store in solidjs component

Did you find this page helpful?