You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wanting to render typedoc JSON with live, interactively rendered code snippets from my JSDoc's comments -- this can be done an infinite number of ways, but I feel like typedoc is in a good place to handle the module/type/specifier/symbol lookup for everyone.
Suggested Solution
Refactor out the JSX / React stuff to a "default renderer" so folks could opt to not use it at all (maybe even extracted to its own package, so if folks don't use React, they don't have to install it), and provide callback apis for rendering?