With Hooks
Nagarajan
Full stack develolper
Fiddle with Js
Sr. Software Engineer @ Snapwiz. Inc.,
Amateur Harmonica Player
@NagarajanFs
Tell others what to do
Ui Animations have to be able to handle any kind of changes
To be interactive Animations have to change its course based on User Interactions
So fire and forget timing based animations wouldn't be suitable.
Provide a compact way to create re-usable stateful logic for React
Came as a solution for numerous (related/unrelated) issues
Lets you write Components without using classes
It makes straightforward to extract the sideEffects to a re-usable parts
react - 16.8.3
react-native - 0.59.2
Animated - part of react-native
react-native-gesture-handler - ^1.1.0
Animated implements efficient nativeDriver
By Nagarajan N