dania.hashnode.devUsing Fetch API POST Method to Store User Data on the ServerLet's say you have a web application that requires the users to register before using the web. In this case, you need to store the user's information so that they will be recognized the next time they visit the web. "but how can I store the user's in...Oct 6, 2023·3 min read
dania.hashnode.devOptimizing Web Performance with Headless UIIntroduction when creating your project components, you can go both ways, either creating everything from scratch or using ready-to-use components. In this day and age, there are a lot of resources to help with the easier process of developing your o...Oct 1, 2023·3 min read
dania.hashnode.devReact useState hookIntroduction the useState hook is one of the most commonly used hooks in React, it simplifies state management in functional components, leading to cleaner, more maintainable code and improved developer productivity. Why and when should we need to us...Sep 24, 2023·3 min read
dania.hashnode.devBootstrap VS DaisyUIWhat are Bootstrap and DaisyUI? They are both front-end development frameworks and toolkits, but they are different from each other. DaisyUi is a UI component library and plugin for Tailwind CSS, a popular utility-first CSS framework. And Bootstrap i...Sep 15, 2023·3 min read
dania.hashnode.devForm validation using Yup and React Final FormWhat is React Final Form? It's a library for managing form state and handling form submissions in React applications. It is designed to simplify the process of building and working with complex forms in React by providing a set of utilities and compo...Sep 8, 2023·3 min read