Piyush Tyagipiyushtyagidev.hashnode.dev·2 hours agoMastering React's useReducer: From Basics to Advanced TechniquesReact is the bedrock of modern web development, enabling dynamic, efficient, and scalable user interfaces. At its core lies useReducer, a formidable tool that streamlines complex state management and transforms how we handle data. Imagine crafting a ...DiscussReact
Abrar Dhukkaabrardhukka.hashnode.dev·Sep 19, 2023The Power of React.js: Building Modern User InterfacesIn the ever-evolving landscape of web and mobile application development, staying ahead of the curve is essential. This is where React.js comes into play. React.js, an open-source JavaScript library developed by Jordan Walke at Facebook, has revoluti...Discuss·10 likes·29 readsReact
Nishikanta Raynishikanta.hashnode.dev·Sep 18, 2023Modular UIs with Compound Components in React 🧩Introduction 🚀 When it comes to building user interfaces in React, creating reusable and maintainable components is crucial. One powerful design pattern that can greatly enhance the modularity of your UI is the Compound Component pattern. In this bl...DiscussJavaScript
Shivam techtaleswithshivam.hashnode.dev·Sep 16, 2023What is JSX and why use it in ReactJS?From now I will be writing on components basics like JSX, State and Props, Conditional rendering and composition. This is the first part in which I will explain what is JSX and why it is used in ReactJS. Let's get started. JSX stands for JavaScript X...Discuss·11 likesJSX
berry-wuliangberry-wuliang.hashnode.dev·Sep 13, 2023A beautiful encounter with ReactIntroduction of React Hello everyone, In this article let's encounter React, First of all, I'd like to introduce simply why React is more popular than Vue in the programming community, I speculate boldly that there may be some following points: The ...Discuss·2 likesReact
iyiola osuagwuiyiolaosuagwu.hashnode.dev·Sep 12, 2023React Native App Icon (IOS and Android)An app icon is a crucial element of mobile app design because it serves as the first point of contact between users and the app. It's the visual representation of your app and plays a huge role in attracting users and making your app stand out in a c...Discuss·3 likes·47 readsReact Native
Gauravnotgaurav.hashnode.dev·Sep 6, 2023All you need to know about React hooksIntroduction React Hooks are a new feature in React that allow you to use state and other React features without writing a class component. Hooks are functions that you can call from within your functional components. There are many benefits to using...DiscussReact
Chris pennchrispenn.hashnode.dev·Sep 6, 202310 React Best Practices to Follow in 2023React has evolved significantly over the years, and with each new version, it brings improvements and best practices to help developers build better and more maintainable applications. In 2023, it's essential to stay up-to-date with the latest practi...DiscussReact
Safiya Siddiquithetechwiz.hashnode.dev·Sep 5, 2023How javaScript code is Executed 🚀How JavaScript code is executed behind the scenes. Before going to deep dive into a concept First, understand the JAVASCRIPT ENGINE JavaScript Engine: A JavaScript engine is simply a computer program that receives JavaScript source code and compiles ...Discuss·2 likes·57 readsjavscript
Mohd Junaid Arifmohd-junaid.hashnode.dev·Sep 4, 2023Handling Events in React: Working with event handlers in React components.Navigating React Event Handling: Mastering Event Handlers in Components Hello, fellow React explorers! Embark on a journey to demystify event handling within React components. In this comprehensive guide, we'll delve into the realm of event handling,...DiscussReact