Since functional components are the way forward for React. It is important to learn the power of hooks. Hooks were introduced in React 16.8. They can help you achieve almost anything that a class component can do. The Effect Hook…
Blog
How to test websites for retina display on chrome?
Click on settings icon in the top right corner of chrome browser, go to more tools and click on developer tools. Windows Shortcut: F12 or Ctrl + Shift + I…
How to style active link in gatsby?
It is fairly a common UX practice to highlight the currently active page in the website’s navigation. It helps users to easily find out their current location in the website. Similar to React Router’s