James K Nelson
James K Nelson
Ok! Just created a spectrum: https://spectrum.chat/navi
The `basename` option is a little different in Navi to react-router -- it does affect routing, but doesn't effect links/redirects. This allows `basename` to be used to [integrate Navi with...
There's also the option of using the navigation blocking features of the underlying `history` object. To do this, you can create a history manually and pass it in. This is...
This is definitely something we need to add to the API at some point. Perhaps we could call if `onBeforeNavigate`? The issue I see with this is that doesn't allow...
The issue here appears to be that `mdx-table-of-contents` is using an outdated version of the mdx-js package. It's possible that a fix could be as simple as upgrading the version...
I'd really like to have support for this, but don't have time to implement it right now. Would you be interested in doing this as a PR?
Could you also apply namespace symbols to the component itself? Probably using pragmas to define what they do. This way, we could use `React.createElement` as well as other factories within...
Hi @oyeanuj - I've been snowed under and haven't been able to spend any time on this lately, but I'd love to hear how you ended up structuring the Facebook...
@pcwinters, sorry about the delayed response. This looks pretty neat. I like the idea of splitting the automatic namespacer out, as it does feel like a separate concern to generating...
Worth noting that in the above exmaple, `` uses `pacomoTransformer`, while `` uses `pacomoDecorator`.