|
|
|
|
|
by nightnight
2425 days ago
|
|
@Dan, fyi, useTransition is already used as a hook name by the quite popular react-spring animation lib. I mean, I can migrate old code bases to import { useTransition as useSpringTransition } or I just import yours as { useTransition as useReactTransition }. Not a big thing but also not really elegant. How would you deal with this? |
|