hiebj / stately

elegant, type-safe state management
2 stars 1 forks source link

usage guides: create links around function/component references in examples #14

Closed hiebj closed 5 years ago

hiebj commented 5 years ago

once the docs are up on GitHub Pages, it should be easy to rewrite the code examples in the READMEs using <code> blocks and <a> tags. This way, in a snippet like:

<Subscription>
  <Subscriber>
    { ...

Subscription and Subscriber would be links that dive into the TypeDoc API docs.

hiebj commented 5 years ago

closed in favor of #15