Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 195 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 195 Bytes

Project Draft

XState Guidelines

  1. Keep state machines shallow
    1. Only go 1 level deep
      1. If you feel the need to go deeper, consider breaking it into multiple state machines