Hi! I've a quick question. Can I have more than one state in the same namespace? How can I make sure the order in that case?
Yes you can, and in mount the order is determined automatically for you. If you define state A before state B, then state A will start before state B.
Thanks @arnout 🙂