© 2022 Hashnode
If you're looking for inspiration to build your own side project, this blog post is for you! I'll share the learning and experiences that I gained throughout the process of building codingspace.codes,…
Introduction If you've been paying attention to the web development world, you've probably heard a lot about Next.js. Today I'm going to tell you all I know about Next.js,probably not all of them but …
Introduction This tutorial will guide you on how to build and deploy an NFT minting dApp with a Solidity smart contract and ReactJS frontend. If you're new to writing smart contracts with Solidity, we…
HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification which was published in 199…
How to be a Successful Software Engineer: 10 Habits You Should Practice to Succeed When it comes to success, there are many different definitions to aspire to. However, when specifically discussing su…
I saw a lot of articles named like “useEffect explained”, “master useEffect hook”, “useEffect hook for beginners” and more. Most of them were great - with clear explanations, beautiful images or even …
This tutorial assume basic knowledge of react-hook-form, check out their helpful tutorials first here if you are new. https://react-hook-form.com/get-started/ Let's take an example of a form where you…
So, this is a project that has been on my mind for a while, but I didn't put much thought or effort into building it. Then Hashnode's Writeathon came up, and I thought, this is the perfect opportunity…
React important concepts can help you write cleaner code, better code, and optimize performance. in this article, I will share five React best practices you should know of. 1. Use Higher-order Compone…
There are two ways to create React apps. First, you use npm (Node Package Manager) installed on your machine. If you’re using VS Code, you need to make sure you’ve configured your machine to run React…
So you're building a mobile app. You have done your research and you want to try out React Native but don't know how to start or maybe you just want to revise what you've recently learned. If this sou…
Today I was having an issue while trying to access the content of an iframe, and grab click-events from it. I got this message: Blocked a frame with origin "sameAsParentOrigin" from accessing a cros…
Hi everyone, in this post, I'll tell you the top 5 react packages that can help you in your react learning journey and which every react developer must learn. Also, you can search for more amazing rea…