React Icons Error

React icons is not rendering on the UI please i need help
7 Replies
Tommypop
Tommypop13mo 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
siduck13mo ago
Iconify
All popular icon sets, one framework
Kvngrashy_fx
Kvngrashy_fx13mo ago
Why solidjs does not allow react components library
REEEEE
REEEEE13mo 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_fx13mo ago
Thank nice I have found another way to use svg, thanks alot to you all What about redux Does solidjs allow redux
REEEEE
REEEEE13mo ago
Redux by itself maybe. Not React-redux
Kvngrashy_fx
Kvngrashy_fx13mo ago
How can access the store in solidjs component
Want results from more Discord servers?
Add your server
More Posts
solid-eslint warning about event handlersSo, I get the `eslintsolid/reactivity` warning when I use reactive props in event handlers: > This fScroll & Drag Solid DNDHi, do you know the best way to manage scroll (auto) when using solid dnd? Especially as I have theHow can this incredibly simple piece of code lead to "Maximum call stack size exceeded" ?The entire code for this demo is here: https://playground.solidjs.com/anonymous/7ec72a47-1bb4-4e9f-bHow to protect all routes other than sign-inHi there, I am making an app where I only want signed-in users to see the content, I want all routesTypeError: Cannot read properties of undefined (reading 'remove') at reconcileArraysI get this during a `refetch()` call of a resource. Pretty hard to debug and see what actually getsValidating a field based on promise values min and max with yup and react form handlerconst schemaReference = (res) => { console.log(res); return yup.object({ unit: yup.strReaching into nested properties and keeping them reactive?Coming from React I really like that I can destruct nested props into single variables, in this examTesting difficulties in solid-startI'm running into some perplexing errors with Vitest in my SSR-enabled Solid Start app. In the importReactSVG like component in SolidHey, I recently was remaking my portfolio website in astro with some solid.js. I wanted to make an iSuspense not updating when navigating to Route directlyHey folks, I am currently having a weird issue I can't quite solve: We have a route which receives