Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 429 Bytes

redux-listview

HOC for create list page easier

Data flow

Lot of pages build in SPA are missing the url friendly -- if you don't put informations like page-index and search queries in url, you will lose them after browser refresh.

A url friendly page usually follow data flow like below. And now we extract this pattern to a configurable high order component.

list-arch