Reanimation

hey, is it possible in solidjs to remount a component to make the animation happen again after the signal is being updated?
1 Reply
thetarnav
thetarnav15mo ago
<>{(signal() , <Component />)}</>

Did you find this page helpful?