Hooks let you manage state and other React feature without writing the class component. It was first introduced in React 16.8
Let us try to understand it in more detail π§΅ππ»
Starting with the discussion on some key point about React hooks ππ»
π What exactly hooks are?
- We can consider hooks as a JavaScript functions which takes some parameter and return something accordingly. But they servers some complex functionality like managining state and other React features
CSS animation is a module in CSS that lets you change the styling of elements and therefore creates an animate effect. It's little tricky but not much
Let's learn about it π§΅ππ»
Before diving into it, we need to understand the importance of CSS animations
Animation can establish interaction between users and the user interface. This makes your website more interactive which ultimately attracts more visitors to your webpage.
CSS animations is little tricky but not too tough to master. In this thread, we will try to gain some decent knowledge about it.