James K Nelson
James K Nelson
Often times you'll want the blog to be mounted not at the root path, but under a path like `blog`. To do this, there are a couple options: 1. If...
Hi all. As you've probably noticed, I'm not taking as much care of this project as I could be. I don't use this project in any of my own builds...
Navi needs some dev tools. As a result of Navi's architecture, they should be able to support time travel and give you a window into what's going on under the...
Navi doesn't have any ties to React within the `navi` package itself. Also, its design is based on the assumption that your View uses components -- but not necessarily React...
As of 2.2.0, mdx-loader: - exports a `readingTime` object which can be used to add a medium-style estimated reading time - supports specifying highlighted line ranges for code blocks, using...
You may have this and I just can't figure out how to do it, but... Is it possible to nest markdown within a JSX tag? Here's an example of how...
Edge supports service workers as of Edge 17. This should finally make it possible to support Edge, as it'll be possible to pass messages through a service worker instead of...
For two nested elements using a pacomo decorator, example: ``` content ``` The transform will not be applied to the inner element.
For details on what this will entail, see the following Node.js announcement: https://medium.com/@nodejs/announcing-core-node-js-support-for-ecmascript-modules-c5d6dc29b663
Polestar should include a default Fetcher, implemented using babel, babel-plugin-detective, and which fetches packages from unpkg. This is a lot of code, so it should probably live in a separate...