S
SolidJS•11mo ago
AlberTenez

What is the difference between Transition

import { Transition } from 'solid-js/types/reactive/signal'; and import { Transition } from "solid-transition-group" Is this library merged with the original repo or they are different stuff??
2 Replies
Brendonovich
Brendonovich•11mo ago
import { Transition } from 'solid-js/types/reactive/signal' is an internal mechanism of Solid, you can ignore it it's got nothing to do with transition group
AlberTenez
AlberTenezOP•11mo ago
Gottcha! Thank you @Brendonovich I found https://www.solidjs.com/docs/latest/api#usetransition I believe is used internally for this hook. Perfect, I got what I need. Thanks again!! 🙂
SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
Want results from more Discord servers?
Add your server