News

This project was bootstrapped with Create React App. Using both the Pixabay API to fetch images and tailwindcss to provide styling of the page and images. Courtesy of Brad Traversy's YouTube video ...
# scss file import @import "~react-image-gallery/styles/scss/image-gallery.scss"; # css file import @import "~react-image-gallery/styles/css/image-gallery.css"; # js ...
React Hooks are a welcome addition to React 16.8, but come with a significant drawback for local development when NPM Link is also being used. In iPlayer Web, we’ve come up with a workaround! Read on ...