mrVinicius
Explore posts from serversVsCode: Cannot find name react
Nah it didn't work, i asked in their repo and the response i got is this is intentional and i need to configure my ts file.
https://github.com/microsoft/TypeScript/issues/58844#issuecomment-2166344485
7 replies
Insights on my component library
I found a middleground, i wrapped my whole component within a context call instead of calling it myself everytime.
I somewhat agree with the options array as it is more straight forward, but as im not sure yet of what other capabilities my dropdown is gonna need, i dont want to abstract too much yet. im happy for now of how im exposing the api, when i actually put this thing to use i'll fine tune it.
8 replies
Insights on my component library
I'm all hears man! This is my first time building such a thing. We use Bootstrap at work and i find myself repeating a lot of components via copy paste, this leads to some inconsistency which i wish to replace in the future, for our next project i'll introduce them to SolidJS and i wish to have a few of our use cases covered as example
8 replies