#til
Read more stories on Hashnode
Articles with this tag
Using Inline Ternary Operator Conditionally Spreading the Object Properties We can use ternary or logical && operator, along with the spread operator,...
Represent the most granular level of UI i.e. grid, buttons, input boxes, colors, fonts Ensure that design changes are propagated across digital...
In React Testing Library, it provides screen query methods like screen.getByRole('button', {name: /submit/i}) There are 3 commands available get,...