Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.06 KB

general-specific

Known Vulnerabilities

react/redux app config with generic item list

upgrade branch coming soon - experimenting with updated config on that-app-config-i-want branch

The list functionality is something often built from scratch, so I thought it would be handy to arrive on a generic setup or starting point to be used for future apps. Or it might just evolve into something else 👽

basics

  • generic item list viewer
  • components built with React
  • state managed by Redux

goals

  • save some time by having a generic list/detail module to extend
  • possibly wrap the functionality into an npm module and publish
  • consider creating a parent CLI for stuff like this (react/redux starters, etc...)

roadmap