Atoms, Molecules, and the uses System
· 3 min read
Orb follows atomic design for behavior, not just UI. Standard behaviors are atoms — small state machines that own their topology. Your application composes them into molecules using uses imports and an override surface. The atom's states and transitions stay constant. You rebind the data, rename the events, and replace the effects.
