Using Lightboxes to Create Stunning Image Galleries in React

1 · · June 17, 2019, midnight
Learn how to use fslightbox-react to create sleek image galleries for your React app. We’ll also compare other lightbox options so that you can make the best decision for your needs Finding a good lightbox for React isn’t easy because many times it’ll lack obviously necessary features like swiping/keyboard navigation, or it might be unwieldy because it requires you to hardcode CSS stylesheets <links> in your HTML. Well, I’ve got good news! A brand new React lightbox called fslightbox-react was r...