Oddbean new post about | logout
 Would like to try it first tbh. Maybe make it a switch?
In JSX I'd probably do

<ConditionalRender enabled=user.settings.shouldDoThing>
  ...
</ConditionalRender>

Would be neat to do something like that. Amethyst may be an everything app, but it'd be nice to turn certain things off, too. :)