shah hetvihetvishah.hashnode.dev·Sep 17, 2023🚀 Flutter's Material Magic: Crafting Awesome Apps with Widgets 😎Introduction 👋 Hey there, Flutter enthusiast! Welcome to the world of Flutter's Material Magic, where we'll embark on an exciting journey through the enchanting realm of Material Widgets. 🪄 What Are Material Widgets, Anyway? Alright, before we jump...DiscussFlutter
David Ogadavidoga.hashnode.dev·Aug 30, 2023Using Component Libraries in ReactWhat is React? React is a well-known open-source front-end JavaScript library used to create composable or reusable user interfaces. It is often referred to as React.js or ReactJS. React's component-based architecture is a key factor that has made it...Discuss·32 likes·260 readsReact
Daniel Ramirezdrmzio.hashnode.dev·Aug 11, 2023Material UI: Create Normal Looking TextFields The Easy Wayimport FormControl from '@mui/material/FormControl'; import FormLabel from '@mui/material/FormLabel'; import OutlinedInput from '@mui/material/OutlinedInput'; function TextFieldDemo() { return ( <FormControl size="small"> <FormLabel html...DiscussMaterial Design
Oluwatobitobilyn77.hashnode.dev·Aug 10, 2023Implementing Material UI In your React web applicationTable of Contents Introduction Uses of Material UI Setting up React Application Installing Material UI Understanding basic Material UI terminologies Project: Setting up a basic login page using Material UI Advanced learning guides available C...Discuss·1 likematerial ui
Jordan Moldovanjordan-moldovan.hashnode.dev·Jul 26, 2023Is Tailwind Bad or Do I Just Hate ItIt's been a while. I have spent a couple months dealing with some personal issues. But I want to jump back into writing and discussing some rather important and valuable facts to improve my own understanding of coding, as well as yours. But I don't w...DiscussTailwind CSS
Prahlad Inalaprahladinala.hashnode.dev·Jul 17, 2023What is Material UIIntroduction to Material UI Material-UI is a popular open-source user interface (UI) framework for building web applications. It provides a set of pre-built and customizable React components that follow the principles of Google's Material Design. Mat...Discussmaterial ui
MD UDOY HASANblog.udoyhasan.com·Jul 8, 2023The Top 5 CSS Frameworks for ReactJS: A Comprehensive Guide to Enhance Your User InterfacesReactJS has emerged as one of the most popular JavaScript libraries for building user interfaces, and its flexibility and component-based architecture have made it a go-to choice for developers worldwide. While ReactJS offers powerful capabilities fo...Discuss·10 likesUi/Ux Design
Sidharth Nairrizzsid.hashnode.dev·Jun 19, 2023Say Goodbye to UI Rendering Issues with useRef: A Step-by-Step Guide to Dynamic Column Addition in Material UI Datagrid.Problem So you've built a Material UI data grid and want to dynamically add columns from an API response. You fetch the data, update state with the new columns, but the UI doesn't change. Frustrating! This is because you're using useState, which caus...DiscussReact
Goodluck WohaforOpen Replay's Technical Blogopenreplay.hashnode.dev·Jun 6, 2023Why should you use Material UI?Material UI is a popular choice among developers for several reasons. It provides a comprehensive and customizable set of pre-built components, making it easy to build high-quality user interfaces. It adheres to the Material Design guidelines, provid...Discussmaterial ui
Sagar ChapagainforJoBins Engineeringblog.jobins.jp·May 31, 2023Material Design 3 for Mobile Application DevelopmentMaterial Design is an adaptable system of guidelines, components, and tools that support the best practices of user interface design. Backed by open-source code, Material Design streamlines collaboration between designers and developers, and helps te...Discuss·5 likes·78 readsMaterial Design