Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 395 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 395 Bytes

Contact Table · Live Demo

An editable contact list, which demonstrates how to balance between local component state and global stores. It manages the central data and logic in a global store and keeps temporary utility data in class component states. Dependency injection is handled by plain imports and react props.