dorendev.hashnode.devFixing React Router Scroll Navigation.React router is one of the most used routing solutions for React applications. Though there are other solutions, this is my default choice for routing unless I am using Next.js. I have worked on different projects with React Router and have noticed a...Feb 17, 2025路1 min read
dorendev.hashnode.devLets Replace 50+ Line of JavaScript Code With One Line of CSS.I have worked on a couple of applications that made me use input fields a lot and trust me, when it comes to making an input field (in my case the text area) have a automated height based on the content, I will have to write a whole lot of JavaScript...Feb 4, 2025路2 min read
dorendev.hashnode.devMaster React By Following The Best In The Industry.馃槉Happy new year IDE addicts. Have you ever heard if you wanna be great, follow greatness? Yea.. of cause you have heard of it, but if you haven鈥檛 congratulations you know now. Following the right people are very pivotal to anybody irrespective of the ...Jan 4, 2025路2 min read
dorendev.hashnode.devTop interactive UI component libraries To have in your bookmarkOver the years we have seen the web evolved from static web pages to highly intuitive and interactive pages that actually in a subconscious way make users stay on them longer. In these recent times we have seen how building animated interactive compo...Oct 11, 2024路3 min read
dorendev.hashnode.devWhen To Use the ?? And || In JavaScript.The ?? (nullish coalescing) and || (logical OR) operators in JavaScript are used to provide a default value when the expression on the left-hand side is not provided. They are helpful when handling cases where a value might not exist or is falsy, and...Sep 26, 2024路1 min read