Ryan Morshead
Ryan Morshead
It doesn't because Sanic isn't run in debug mode by default. This is mostly about a dev tool I have for running examples from the docs.
This appears to occur because the theme for our docs applies styling to all `h1` elements.
I don't think so. As a note for this issue, it looks like `ReactDOM.render` is deprecated in favor of [`createRoot`](https://beta.reactjs.org/reference/react-dom/client/createRoot) which returns an object with `render` and `unmount` methods. The...
Gonna push doc issues to later since we're thinking of revamping docs anyway.
Can you add "closes #XXX" for the issues you plan to address?
Sounds good to me.
So my thinking on this is that only the initial page needs the be rendered in HTML. Subsequent updates could be communicated via websockets. Then again, React has a way...
We're technically using Preact right now, so we'd probably what we'd want to pay attention to its specific [hydration details](https://preactjs.com/guide/v10/api-reference/#hydrate). It would be interesting to see if there's anything special...
Useful conversation to inform our decision to use mkdocs: https://github.com/encode/httpx/discussions/1220 It looks like they stuck with mkdocs in the end.
Looking at the docs for Textual (a popular terminal UI framework) I found a list of mkdocs [plugins](https://github.com/Textualize/textual/blob/d8e6cfdd509bbf8c5b64355f534d3777b089ba90/mkdocs.yml#L241-L268) and [extensions](https://github.com/Textualize/textual/blob/d8e6cfdd509bbf8c5b64355f534d3777b089ba90/mkdocs.yml#L182-L215) we might want to consider using.