[others] HTML
data-attribute
在 styled-components 中使用 data-attribute
const styledButton = styled.button`
&[data-XXX="XXX"] {
transform: scale(1);
opacity: 1;
}
`;
manifest file
The manifest file is used to list down resources that can be cached. Browsers use this information to make the web page load faster than the first time. There are 3 sections in the manifest file