DEV Community

Discussion on: Svelte from a React developer's perspective part 2: Reactivity & Props

Collapse
 
yadoga profile image
yadoga

Thanks for the article! I think in the last part you forgot replacing the individual props with the actual spread:

<User {...userInfo} />
Collapse
 
jdelvx profile image
José Del Valle

You're right! I'm gonna change it. Thanks a lot!