Text
React Hooks for beginners
React 16.8 was released with hooks, which are an additional feature that allows us to use state and other react features without writing a class. If you have worked with react before, you should know that if you want to use state in your component, you have to use classes. Read more…