How to Build up your coding skills

If you’re interested in becoming a better coder, you’re in luck. With the advent of technology, coding is becoming more and more in demand among employers, so there’s never been a better time to get started. Building and honing your coding skills can be a daunting...

React Hooks Explained

React hooks are a new feature in React that allow you to use state and other React features without writing a class. They were introduced in React 16.8 and have since become a popular way to write functional components in React. Here are some key points about React...