Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 201 Bytes

01_Application-State.md

File metadata and controls

3 lines (3 loc) · 201 Bytes

Every useful application has to deal 'state.'
State is essentially the collection of all the variables in our application and their values. A large application is going to have a lot variables.