Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 271 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 271 Bytes

reduxular

needed explanations:

  • Reduxular Element: put all state in store, class members aren't guaranteed to be initialized before state listeners are fired.
  • Initial state must contain all state properties (type guards will prevent this if using TypeScript)