efyzhi.hashnode.devVue.js Plugins: What Are They, Their Benefits, and How to Integrate ThemVue.js is a powerful JavaScript library used for building responsive and interactive user interfaces. Vue is used for its flexibility and simplicity. One of the special features of Vue.js that sets it apart is its plugin system which helps developers...Dec 13, 2023·6 min read
efyzhi.hashnode.devThe Power of State in React: Building Dynamic Web ApplicationsIntroduction The beauty of any web application is its responsiveness to users' actions. Therefore knowing how to build a dynamic and interactive app as a developer is crucial. In this article, we are going to look into the concept of state in React, ...Oct 2, 2023·5 min read
efyzhi.hashnode.devCounter App using React HookOutline Introduction Overview of React Hooks Setting up the Project Building the Counter App Testing the Counter App Conclusion INTRODUCTION This is my first time writing and publishing on projects I have built. Lol 😂 A short story, I ha...Jan 12, 2023·4 min read