ReactfromHackernoon3 months agoWriting Scalable and Maintainable React Code with SOLID Principles | HackerNoonApplying SOLID principles enhances React component design by promoting modular and maintainable code.
JavaScriptfromEpic React8 months agoCan you modify React Props?Maintaining encapsulation in React components is crucial for predictable UI behavior and reusability.
fromSitepoint7 months agoJavaScriptCreate a Toggle Switch in React as a Reusable Component - SitePointLearn 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.
ReactfromHackernoon3 months agoWriting Scalable and Maintainable React Code with SOLID Principles | HackerNoonApplying SOLID principles enhances React component design by promoting modular and maintainable code.
JavaScriptfromEpic React8 months agoCan you modify React Props?Maintaining encapsulation in React components is crucial for predictable UI behavior and reusability.
fromSitepoint7 months agoJavaScriptCreate a Toggle Switch in React as a Reusable Component - SitePointLearn 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.
fromPiccalilli6 months agoJavaScriptMaking content-aware components using CSS :has(), grid, and quantity queriesDesign systems must anticipate diverse component usage to ensure reliable behavior and maintain visual integrity.
fromCSS-Tricks2 months agoJavaScriptOrganizing Design System Component Patterns With CSS Cascade Layers | CSS-TricksUsing CSS Cascade Layers improves code organization and customization of components.Buttons serve various purposes and can have different styles based on functionality.
fromPiccalilli6 months agoJavaScriptMaking content-aware components using CSS :has(), grid, and quantity queriesDesign systems must anticipate diverse component usage to ensure reliable behavior and maintain visual integrity.
fromCSS-Tricks2 months agoJavaScriptOrganizing Design System Component Patterns With CSS Cascade Layers | CSS-TricksUsing CSS Cascade Layers improves code organization and customization of components.Buttons serve various purposes and can have different styles based on functionality.
fromHackernoon7 months agoJavaScriptWhy I Use RTK Query for API Calls in React | HackerNoonRTK Query simplifies data fetching in Redux, enhancing efficiency and organization in complex applications.
fromMedium10 months agoAngularHere's the clear-cut way to build a component in FramerCreating components like a header involves designing elements like a logo and menu items, which may require separate components like menu item and logo components.