Sam Gluck
Sam Gluck
Hi @bluengreen, I think this would be possible. You would have to use the Next.js API rather than their out-of-the-box solution in order to run the Kasia preloaders prior to...
Ah, good spot. 👍 It hasn't been tested and to be honest I forgot about it after splitting it out into a separate module, probably because we haven't needed it...
Thanks- I hope you find it useful!
@MickeyKay Apologies, I've not found the time to fix this yet. Am working on the next version of Kasia atm (including your `req/res` feature request 😃). This is next on...
This isn't possible at the moment, unless with some trickery that I'm not aware of. If desirable we could add the component's `displayName` for which a request is being made...
Thanks for raising this. There aren't any upgrade plans in progress/the pipeline currently. We have stalled on v5 due to other priorities, however I would love to see it completed...
@joshlevinson Sorry, I missed your comment. This is just copied from the changelog on v5 branch. Some of these are incomplete, which I have marked with a star. - [BREAKING]...
It might be possible by creating an "intercept transport" for the node-wpapi library that does something like hashing the final request URL and storing that as the cache-key. Before each...
Thoughts for the implementer... Changes to API: - configuration `wpapi` option should accept a Promise which should resolve with instance of `node-wpapi` (a la [`WPAPI.discover`](https://github.com/WP-API/node-wpapi#auto-discovery)). - need to derive custom...