Sometimes, we want to check if a HTML5 video is ready with JavaScript. In this…
Coding
To fix tests can’t fail within setImmediate or process.nextTick callback with React and Jest, we…
To import component outside src/ directory with React, we can declare a local dependency on…
To fix overriding the React Material UI styles not working, we call makeStyles to create…
To post image with fetch and JavaScript, we call fetch with the body set to…
To embed YouTube autoplay video on mobile with JavaScript, we use the YT.Player constructor. For…
To instantly update state when any changes into the localStorage in React, we listen to…
To fix React, Babel, and Webpack not parsing JSX code, we add make a few…
To use onClick event on Link with React, we replace the Link with a regular…
To develop locally using a domain name instead of ‘localhost:3000’ in the URL with create-react-app,…