shohanur rahmanshohan777.hashnode.dev·Nov 16, 2024Why React uses Pure Components?React enforces using pure components. To ensure this React has ‘StrictMode’ on in the development mode/environment. So that any impure component can be identified. React Doc says, “React’s rendering process must always be pure. Components should only...DiscussReact
Zeeshan Safdarzeeshansafdar.hashnode.dev·Nov 14, 2024🚀 React Controlled vs. Uncontrolled Components 🚀As a React developer, mastering form management is essential, and understanding the difference between controlled and uncontrolled components is a key part of that journey! 🛠️ 🔍 Uncontrolled Components By default, form elements like <input>, <texta...DiscussReact
Pawan Gangwaniblogs.pgangwani.co.in·Nov 12, 2024TypeScript in React: A Practical Guide to Better CodeIf you've been working with React and want to level up your development experience, TypeScript is your next best friend. In this guide, we'll explore how to effectively use TypeScript in React projects, from basic setup to advanced patterns. Why Type...Discusstyped
Amar Jondhalekarcoffeewithamar.hashnode.dev·Nov 4, 2024Building a Dynamic React Application with RoutingHello, everyone! It’s Amar Jondhalekar, and today I’m excited to take you through building a dynamic React application using React Router. This will help you create a seamless user experience by navigating between different components easily. Let’s d...DiscussReactJS Evolution: Learn from the Ground Upreact router
Tanvir Sayyadtanvirali-sayyad.hashnode.dev·Nov 3, 2024🔒 HashiCorp Vault Explained: Components, Architecture, and Data ProtectionVault by HashiCorp is a great tool. Its main purpose is to protect our secrets, store sensitive data and encrypt everything correctly. This guide will take you through Vault's key elements such as storage backends, secrets engines, auth methods and t...DiscussUnlock the Vault: HashiCorp Vault Certification Serieshashicorp
Amar Jondhalekarcoffeewithamar.hashnode.dev·Nov 2, 2024Building an Event-Handling Form with React: A Simple Guide for BeginnersIntroduction Event handling is a core concept in React that allows us to interact with users. This tutorial will walk you through creating a basic React application that manages various event types like form submissions, button clicks, and text input...DiscussReactJS Evolution: Learn from the Ground UpReact
Anubhav Guptaanubhavcreates.hashnode.dev·Oct 31, 2024Build an Interactive Add-to-Cart Counter in ReactTable of Contents : Introduction Prerequisites Component Structure & State Management Dynamic Display & Total Count Add To Cart Integration Conclusion Introduction : In this guide, we’ll build a basic "Add to Cart" counter component in React....Discuss·1 likeReact
Michael Andreuzzamichaelandreuzza.hashnode.dev·Oct 28, 2024How to create a typography component with variants with Astro JSand Tailwind CSSHi everyone! Today, we're creating a typography component for your Astro JS and Tailwind CSS project. Why bothering with a component? Consistent typography is essential for a clean and organized website. Without it, things can quickly become chaotic....DiscussAstro
Aman jaindevnook.hashnode.dev·Oct 20, 2024Simplify Dynamic View Creation in Laravel 11 with Blade TemplatingPicture this: You're developing a web application, and suddenly, you are drowning in a sea of PHP echo statements and HTML tags. Sound familiar? Dont Worry! Laravel's Views and Blade templating system are here to rescue you from this chaos and enhanc...DiscussLaravel Serieslaravel view
Prankur PandeyforfreeCodeCampfreecodecamp.org·Oct 11, 2024How to Build a CSS Component Library and Improve Your Web Development SkillsApplication development is a complex, multi-stage process, and it all begins with UI/UX design. Once the design phase is complete, the focus shifts to UI development, where tools like HTML, CSS, and JavaScript come into play. At a higher level, libra...Discuss·1 likeCSS