#What is the difference between Transition

4 messages · Page 1 of 1 (latest)

sonic jay
#

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??

#

What is the difference between Transition

raven quail
#

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