Updates and research
1const gt = useGT()23return (4<>5<span>6<T> Dark Mode: </T>7</span>8<Button>{enabled ? gt('On') : gt('Off')}</Button>9</>10)
“This is not at all how the library was designed to be used.”
the rewrite — one<T>, one <Branch>1<T>2<span>Dark Mode:</span>3<Button>4<Branch branch={enabled.toString()}5true="On" false="Off" />6</Button>7</T>
Guides and research from the team, newest first — the newest entry sits framed above.
Release notes for every package in the toolchain — what shipped, and the line of reasoning behind it.