kasia icon indicating copy to clipboard operation
kasia copied to clipboard

:tophat: A React Redux toolset for the WordPress API

Results 10 kasia issues
Sort by recently updated
recently updated
newest added

Any plans to upgrade support for React 16? We're upgrading all the apps in our org, and will likely need to fork Kasia to do so. Anything in the works...

I got this working today and it might be nice to tell other people how to do it.

When making an arbitrary query with `connectWpQuery`, resources end up getting stored on `props.kasia.data`, even if only one resource was fetched. It'd be nice if there was a concise way...

enhancement
discussion

Right now there's a link to [The shape of things](https://github.com/outlandishideas/kasia#the-shape-of-things) in the readme that is broken. In addition to fixing the link, any chance we can actually add this section...

I'm hoping to better understand how to identify specific queries within my custom plugin's reducer. Here's an artificial example to help better explain my question. . . Let's say I...

In a SPA if I navigate back Kasia shouldn't have to re-run the queries to build the page.

``` $ npm install --save kasia-plugin-wp-api-response-modify npm ERR! code E404 npm ERR! 404 Not Found: kasia-plugin-wp-api-response-modify@latest ``` Is there a reason this plugin hasn't been pushed to npm?

I was gonna try to use this with Next.js to simplify the universal side. I thought I'd ask here first and see if anyone has tried this. If so, what...

At the moment the user is required to define explicitly the custom content types that are defined within the WP instance they are connecting to. It would be great if...

enhancement
help wanted
medium

In order to use this in a project that uses redux-immutable some functionality would have to be overridden. I haven't looked that deeply into it yet. But browsing the code...

enhancement
discussion