#react-components

[ follow ]
web components
Jim-nielsen
6 months ago
JavaScript

HTML Web Components

Web components have their own design principles and functionality that differ from React components.
Web components prioritize enhancement over replacement and favor composability.
Web components can render before JavaScript, unlike React components. [ more ]
Jim-nielsen
6 months ago
JavaScript

HTML Web Components

Web components have their own design principles and functionality that differ from React components.
Web components prioritize enhancement over replacement and favor composability.
Web components can render before JavaScript, unlike React components. [ more ]
Jim-nielsen
6 months ago
JavaScript

HTML Web Components

Web components have their own design principles and functionality that differ from React components.
Web components prioritize enhancement over replacement and favor composability.
Web components can render before JavaScript, unlike React components. [ more ]
moreweb components
Marcin Wanago Blog - JavaScript, both frontend and backend
1 month ago
JavaScript

JavaScript testing #16. Snapshot testing with React, Jest, and Vitest

Snapshot testing helps detect unintended changes in how components render.
Snapshot files should be treated as an integral part of the test and committed to the repository. [ more ]
Medium
2 months ago
JavaScript

Top 5 React Best Practices Every Developer Should Know

Composable software architecture encourages building reusable components.
React's component-based architecture fits well with the composable approach. [ more ]
Medium
3 months ago
JavaScript

10 React Best Practises I've Learned From Code Reviews

Using Bit allows for the creation of independent React components.
Modularity improves code reusability, testing processes, and UI maintainability. [ more ]
Medium
1 month ago
Web design

The Architecture of a Modern Frontend Design System

Design systems based on React components simplify development.
Structuring components meaningfully improves composability and reusability.
Building applications as a collection of components enhances shareability and reusability. [ more ]
Medium
2 months ago
Web design

Theming React Components: A Practical Guide

Theming ensures consistency in a web application's user interface
Design tokens are variables storing design-related values for maintaining consistency [ more ]
LogRocket Blog
1 month ago
Web development

Exploring Catalyst, Tailwind's UI kit for React - LogRocket Blog

Building UI components from scratch is resource-intensive; UI kits like Catalyst in React streamline development.
Catalyst offers fully componentized React components with dark mode support and intuitive APIs modeled after HTML. [ more ]
Medium
2 months ago
React

Building a Theme Switcher in React

Creating composable themes for React components can improve accessibility and personalization.
Using a theme switcher simplifies the theming process by managing theme dependencies and allowing easy overriding of existing theme tokens. [ more ]
[ Load more ]