yobgob / too-many-hooks

Opinionated collection of typed React hooks
https://yobgob.dev/too-many-hooks/
Apache License 2.0
3 stars 5 forks source link

Replace MDX code blocks with storybook `Source` components #26

Closed dawsonbooth closed 1 year ago

dawsonbooth commented 1 year ago

Closes #24

github-actions[bot] commented 1 year ago

PR Preview Action v1.2.0 :---: Preview removed because the pull request was closed. 2023-01-26 04:47 UTC

dawsonbooth commented 1 year ago

Went with dark mode initially but reverted since our current docs build with light mode for the types and dark mode for the story source code. I think there's value in keeping them separate, but I could go either way on it.

Eventually, it would be nice to use something like TSDoc and generate an actual docs page with more than just the types laid out in TS syntax.