Arsalan Adeeblogicbricks.hashnode.dev·Dec 14, 2024Solution of over-centralization of states in React .The solution to over-centralization of state in React involves balancing between local and global state management while adopting the right tools and patterns based on your application's needs. Here's a comprehensive strategy: 1. Lift State Just Eno...1 likejs
Suhas Khobragadesuhaasya.hashnode.dev·Dec 7, 2024Understanding How Browsers Work: From HTML to Modern Web AppsModern web development can seem like magic, but understanding how browsers actually process and render our code is crucial for building efficient web applications. In this comprehensive guide, we'll break down the journey from HTML to pixels on your ...Web Development
akash javaliblog.akashjavali.com·Sep 13, 2024A Beginner's Guide to Storybook: Supercharge Your UI DevelopmentIn today's fast-paced web development world, building scalable, reusable, and consistent UI components is crucial. As user interfaces grow more complex, developers need effective tools to manage their UI components in isolation. Storybook is one such...31 readsStorybook
Ameen Aladeblog.ameenalade.dev·Aug 3, 2024Web Components: The Secret Weapon You're Not Using (Yet)Hey there, fellow code wrangler 👋🏽. Remember the last time you had to rebuild that same dropdown menu for the umpteenth time? Or when your carefully crafted CSS got steamrolled by some rogue styles from who-knows-where? If you're nodding along, it'...12 likes·54 readsCross-Framework Compability
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Jun 10, 2024Using Tailwind CSS with Next.js for Rapid UI DevelopmentTailwind CSS is a utility-first CSS framework that provides a highly customizable and efficient way to build modern UIs. When combined with Next.js, it offers a powerful setup for rapid UI development. This guide will walk you through integrating Tai...91 likes·107 readsDeveloperExperience
Kanishka Chowdhurybits2bytes.hashnode.dev·May 5, 2024Beginner's Guide to IndexedDB: Illustrated with Easy-to-Follow Block DiagramsWhat is IndexedDB? In simple terms, IndexedDB is a client-side storage technique like LocalStorage and SessionStorage. But what sets it apart and makes it far more powerful than the other alternatives is it's: Ability to manage large amounts of stru...5 likes·47 readsindexeddb
gyan guidegyanguide45.hashnode.dev·Apr 17, 2024Mastering UI Development: Crafting Engaging User InterfacesUser Interface (UI) development is the art and science of creating visually appealing and user-friendly interfaces for digital products such as websites, mobile apps, and software applications. In today's digital age, where user experience plays a pi...Web Development
Lokesh Sharmalokeshkavisth.hashnode.dev·Mar 23, 2024Building Reusable and Styled React Components with Tailwind CSS: Inspired by Shadcn/uiShadcn/ui has become a popular choice for building UIs in React projects. a strength rests in a set of well-styled and reusable components that take advantage of Tailwind CSS. This blog post has shown you how to create identical components in your Re...tailwind variants
Vasant Mestryvasantmestry.hashnode.dev·Feb 25, 2024Frontend Machine Coding Interview Question Star Rating ComponentHello folks, today we're going to implement a famous frontend machine coding round question which is Star Rating component. Firstly this question look so easy, why would anyone ask this much easy question. The reason behind this is interviewer can ...star rating
Ishikha raoishikarao.hashnode.dev·Feb 7, 2024Why choose Vue.js for UI Development of your Web app?Introduction There is a dizzying array of frameworks available for apps and web development, making it difficult for the developer community and organizations to choose the best one. This blog post explains why web developers should use Vue js while...Vue.js