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 filesystem browsing example with caching #77

Open tribou opened 6 years ago

tribou commented 6 years ago

Add redux module example or documentation to enable browsing a filesystem and caching the API results for each directory. As you browse back to previous directories, it should optimistically use the cache first and then fetch for any updates in the background.

This could be a good example for organizing complex redux-offline API calls and reducers.