#component-design

[ follow ]
#react
React
fromHackernoon
3 months ago

Writing Scalable and Maintainable React Code with SOLID Principles | HackerNoon

Applying SOLID principles enhances React component design by promoting modular and maintainable code.
fromSitepoint
7 months ago
JavaScript

Create a Toggle Switch in React as a Reusable Component - SitePoint

Learn to create a customizable toggle switch React component from scratch.
Understand the importance of accessibility in component design.
Utilize SCSS for flexible and maintainable styling.
Create reusable components easily integrated into various projects.
Effectively manage state in both class-based and functional components.
React
fromHackernoon
3 months ago

Writing Scalable and Maintainable React Code with SOLID Principles | HackerNoon

Applying SOLID principles enhances React component design by promoting modular and maintainable code.
fromSitepoint
7 months ago
JavaScript

Create a Toggle Switch in React as a Reusable Component - SitePoint

Learn to create a customizable toggle switch React component from scratch.
Understand the importance of accessibility in component design.
Utilize SCSS for flexible and maintainable styling.
Create reusable components easily integrated into various projects.
Effectively manage state in both class-based and functional components.
more#react
#css
fromPiccalilli
6 months ago
JavaScript

Making content-aware components using CSS :has(), grid, and quantity queries

Design systems must anticipate diverse component usage to ensure reliable behavior and maintain visual integrity.
fromCSS-Tricks
2 months ago
JavaScript

Organizing Design System Component Patterns With CSS Cascade Layers | CSS-Tricks

Using CSS Cascade Layers improves code organization and customization of components.
Buttons serve various purposes and can have different styles based on functionality.
fromPiccalilli
6 months ago
JavaScript

Making content-aware components using CSS :has(), grid, and quantity queries

Design systems must anticipate diverse component usage to ensure reliable behavior and maintain visual integrity.
fromCSS-Tricks
2 months ago
JavaScript

Organizing Design System Component Patterns With CSS Cascade Layers | CSS-Tricks

Using CSS Cascade Layers improves code organization and customization of components.
Buttons serve various purposes and can have different styles based on functionality.
more#css
fromHackernoon
7 months ago
JavaScript

Why I Use RTK Query for API Calls in React | HackerNoon

RTK Query simplifies data fetching in Redux, enhancing efficiency and organization in complex applications.
fromMedium
10 months ago
Angular

Here's the clear-cut way to build a component in Framer

Creating components like a header involves designing elements like a logo and menu items, which may require separate components like menu item and logo components.
[ Load more ]