Let's talk about “tagged template literals"
import styled from 'styled-components';
const Button = styled.button``;
That certainly is a super weird syntax and chances are
you haven't seen that before , this is called a tagged template literal. it's a default JavaScript feature, it's not spec...
omarsaade.hashnode.dev1 min read