Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component
Rather than littering a razor component with @if (a == b) logic to show items, use render fragments to make a declarative component