Tag: frontend
All the articles with the tag "frontend".
React Design Patterns: Recursive Components
Updated: at 10:18 PMNested and hierarchical data can be better organized using recursive component design patterns in a React code base.
React Design Patterns: Layout Components
Updated: at 11:39 AMFrequently needed components can be defined once as a layout and reused across the app. Less imports, less code, more flexibility, better maintainability.