victoraalvarez
Question on Functions vs Components
Hey all! I have a quick question. What is the difference between using plain functions versus using components when both return JSX? I realized just now I accidentally had used functions instead of components in my code but when I changed them to components, it broke the functionality. Is it okay to use either or?
10 replies
Uncaught ReferenceError: createDeepSignal is not defined
Not really sure what I'm doing wrong here. I definitely have SolidJS >v1.5 and I'm using a close copy of the documentation example. Do I need to manually create
createDeepSignal
? I feel like I'm making a silly error somewhere in here haha. Any help would be greatly appreciated! My code is below:
5 replies