Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
tomahl
Posts
Comments
S
SolidJS
•
Created by tomahl on 5/9/2024 in
#support
Destructuring with splitProps
Thanks for the detailed answer, I understand now 👍
14 replies
S
SolidJS
•
Created by tomahl on 5/9/2024 in
#support
Destructuring with splitProps
So there is no way to destruct props then? A bit cleaner Imo to write
<div>{foo}</div>
than having to repeat "local", as
<div>{local.foo}</div>
everywhere.
14 replies
S
SolidJS
•
Created by tomahl on 5/9/2024 in
#support
Destructuring with splitProps
Ah, ok. Thanks 👍
14 replies