Tag: React-window
Displaying hundreds of images with react-window and gatsby-image
reactgatsbyreact-window30 March, 2019Time to read: 6 minsSee how to display hundreds of images with react-window and gatsby-image by building an app that displays all the Hearthstone cards in a grid. You can also see the compromises you have to make.
A performance problem when you combine useReducer and useContext
reactreact-window27 March, 2019Time to read: 8 minsWe investigate a performance problem when using useReducer and useContext instead of redux and react-redux for application state management.