ctrlplusb / react-jobs

Asynchronously resolve data for your components, with support for server side rendering.
MIT License
166 stars 34 forks source link

Why not save the jobs state on react-jobs own cache? #27

Closed cloud-walker closed 6 years ago

cloud-walker commented 7 years ago

Instead of depending on other packages (redux), I think it could be a nice addition to handle already loaded jobs with an internal cache. Like already does react-async-component I think!