Davide MandelliforTh3Wall's Blogth3wall.hashnode.net·Nov 21, 2021Proud to present you Fakeflix, a Netflix Clone built with React, Redux, Firebase & Framer MotionHi guys, this is my first article here! I'm proud to present you my latest project: Fakeflix. https://github.com/Th3Wall/Fakeflix This summer I had a big honor: the GitHub repo has been selected and inserted in the trending repositories for five days...Favor Onuoha and 20 others are discussing this21 people are discussing thisDiscuss·321 likes·11.5K readsReactI'm a fan of you after I saw this on Twitter. Keep killing it 🔥 3
Puru VijayforPuru's Blogpuruvj.hashnode.net·Apr 16, 2021Why I moved from Styled Components to (S)CSS modulesRead in light, dark or mid-day theme Artwork by Lucas Benjamin This blog post will be about my reasons to move from Styled Components to SCSS Modules. Its gonna be a raw and non-technical one (i.e., you probably won't learn anything new from it). Wh...Edidiong Asikpo (Didi) and 3 others are discussing this4 people are discussing thisDiscuss·91 likes·660 readsstyled-components
G H MahimaanvitaforG H Mahimaanvitagmahima.hashnode.net·Dec 10, 2020FeaturedZustand: An innovative state management solution for ReactState management is one of the core concepts of React JS. However, if you have been working with React for quite some time, you know that managing state in plain React components (wether by using class components or hooks) can quickly become cumberso...Bhargav Ponnapalli and 1 other are discussing this2 people are discussing thisDiscuss·71 likes·3.1K readsReact
Paweł BogutaforPaweł Boguta's blogpawelboguta.hashnode.net·Apr 7, 2023How to use Theme in styled-components w/ TypescriptReact has become one of the most popular libraries for building robust applications, and styled-components is a powerful tool that enables developers to write CSS code within their React components. However, when using TypeScript with React, it can b...Discussstyled-components
Vaibhav KumarforVaibhav Kumarvaibhavwrites.hashnode.net·Mar 13, 2023Styling React Components with Custom CSS: Best Practices and TechniquesStyling React components using custom CSS can be challenging, but it's an essential skill for any developer. In this blog, we'll explore different methods and use cases for styling React components with custom CSS and offer best practices for achievi...Discuss·27 readsREACTCSS3
Aroboto Ifeoluwaforarobotoife.hashnode.net·Mar 11, 2023CSS IN REACT: Exploring Different Options For Styling Your React Application.Introduction Welcome to my first article. This is me trying a different approach to learning by writing and researching the things I have learned. I hope my simplified version helps you better understand whatever you are learning. My current focus is...Discuss·21 likes·113 readsReact
Alabo ExcelforAlabo Excelalabo-excel.hashnode.net·Mar 6, 2023An Explanation: Styled components for BeginnersIntroduction Welcome! If you're new to web development, you might be familiar with CSS and the different ways you can use it to style your websites. But do you know what styled-components are? styled components is a library that allows us create reus...Discuss·1 like·47 readsReact
Mohammad FaisalforInside Faisal's Mindmdfaisal.hashnode.net·Mar 4, 2023How to set up Styled Components in NextJSHow to set up Styled Components in NextJS Introduction Styled Components is a library that allows you to write CSS in your JavaScript/TypeScript code with many features like theming, nesting, and media queries. It's a great way to write CSS in React....DiscussReact
Blaine GarrettforBlaine Garrett's Hashnode Blogblainegarrett.hashnode.net·Feb 21, 2023Snippet: Material UI Responsive Icon ButtonFrom time to time, I find myself needing a Material UI Button with an icon and label that collapses the label text down on smaller screens, essentially turning it into an IconButton. I've written various approaches to this several times and decided i...Discuss·44 readsTypeScript Conversionmaterial ui
Abhay NirmalforCode Talkabhaynirmal.hashnode.net·Feb 19, 2023Components in AngularOverview Components are the main building block for Angular app. An HTML template. A Typescript class that defines behavior. A CSS selector that defines the style of component. Generating components from Angular CLI is ng generate component <com...Discuss·33 readsAngular
Nelson ChineduforNelsonnelsonc.hashnode.net·Feb 2, 2023How to build a responsive web app with Material-UIIn this article, we will be learning how to build a responsive web app using Material-UI on top of ReactJs. N:B Will be referring to Material-UI as MUI So what is MUI you asked, MUI is an open-source React component library that implements Google’s M...DiscussResponsive Web Design
Alex BuaisciaforAlex Buaiscia Tech Blogbuaiscia.hashnode.net·Jan 31, 2023Fixing Material UI and Emotion's handling of Transient OptionsRecently I encountered an issue with the Material UI that I couldn't wrap my head around. What was happening? Modern libraries for managing custom CSS, like Styled Components or Emotion, have accustomed us developers to the possibility to use styled ...DiscussJS & React TipsWeb Development
Harshita Kanalforharshita-kanal.hashnode.net·Jan 22, 2023CSS In JS - The What, Why & How'sCSS In JS is a practice that allows one to write CSS properties for components in JavaScript. In Runtime CSS In JS, the styles are interpreted and applied at the runtime. It involves using JavaScript libraries to combine styles with component code wi...Discuss·1 like·37 readsCSS