Vijendra Yadavvijendrapro.hashnode.dev·2 hours ago10 Best React Component Libraries in 2024React has solidified its position as one of the most popular libraries for building user interfaces. Its component-based architecture makes it highly flexible and allows developers to create reusable and scalable UI elements. In 2024, the ecosystem s...DiscussReact Component Libraries
Nidhin MforNidhin Mnidhinmohan.hashnode.dev·Nov 17, 2024Unlocking the Power of React Hooks: A Friendly GuideHey there, fellow developers! If you’ve been diving into React lately, you’ve likely stumbled upon the magical term “Hooks.” They’ve really changed the game for how we build components and manage state, making our coding journey a lot smoother (and m...DiscussReact
Yashaswi Sahuyashaswisahu.hashnode.dev·Nov 16, 2024GSAP With ReactIntroduction to GSAP GreenSock Animation Platform (GSAP) is a powerful JavaScript library for creating smooth, high-performance animations. When combined with React, it enables developers to create seamless, professional-grade animations. This blog w...DiscussGSAP
React MastersforReact Master's blogreactmasters.hashnode.dev·Nov 15, 2024Nested Routing in React JSNested routing is a powerful feature in modern web applications, enabling the development of complex UI hierarchies while maintaining modularity and clarity in the codebase. In React JS, libraries such as React Router are widely used for routing impl...Discussrouting
Simran Gangwanisimrancodes.hashnode.dev·Nov 14, 2024Breaking Out of the Root: A Deep Dive into React PortalsReact is all about organizing components in a structured hierarchy, giving us the flexibility to create multiple components independently while rendering them within a single DOM node, typically called the “root”. But what if a component needs to ste...Discuss·23 likesReact
Blossomblossom.hashnode.dev·Nov 12, 2024I broke prodPicture this, you suggested an idea to the team. Your manager loved it, praised it. Gave the green light to write up the code and deploy. You spent an entire work day on this, tested on different platforms, browsers, different environments as you typ...DiscussRandomreact js
Amar Jondhalekarcoffeewithamar.hashnode.dev·Nov 10, 2024Mastering React Performance: Essential Tips for Writing Optimized and High-Performance CodeAs a seasoned full-stack developer with a deep focus on creating high-performance, efficient applications, I've found that optimizing React code is key to delivering a smooth, responsive user experience. Whether you’re working on large-scale applicat...DiscussReactJS Evolution: Learn from the Ground UpReact
Brian Muchirafitness-app-react.hashnode.dev·Nov 9, 2024Transforming the Fitness App Experience using React JSClient side - React js The application was born out of my personal challenges in maintaining a regular workout routine. I often found it difficult to keep track of my exercises and stay committed on a daily basis. This inconsistency was largely due t...DiscussReact
Naitik Prajapatinaitikprajapati01.hashnode.dev·Nov 7, 2024How to Recreate React Features Using Only Vanilla JavaScriptAs a web developer, understanding the underlying principles of popular libraries and frameworks can be incredibly valuable. In this article, we'll explore how to implement a basic React-like functionality using only vanilla JavaScript. By understandi...Discuss·2 likes·46 readsReact
Zeeshan Safdarzeeshansafdar.hashnode.dev·Nov 6, 2024Why Do We Need Front-End Frameworks Like React?Ever wondered why we use frameworks like React instead of just sticking with Vanilla JavaScript? Let’s look at how front-end development has evolved to see why frameworks have become essential. A Look Back: Before 2010, websites were mostly rendered ...DiscussFrontend Development