Skip to main content
Catégorie

Technologie

Technologie

Use ternaries rather than && in JSX

What problems can happen when you use && to conditionally render content in JSXWhat's wrong with this code?1function ContactList({contacts}) {2 return (3 <div>4 <ul>5 {contacts.length &&6 contacts.map(contact => (7 <li…
lejournaldux
3 octobre 2020
Technologie

Accessibility by Design

As Microsoft Gold Partners and managed services experts, Core have a deep understanding of the accessibility features embedded in Microsoft, and the brand’s pedigree in this vital area — along…
lejournaldux
2 octobre 2020