tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Add infinite scrolling redux example #76

Open tribou opened 6 years ago

tribou commented 6 years ago

Show an example redux module with reducer + selector logic for managing data in an infinite scrolling component.

Is it better to use a selector, normalizr, or both?