mspae

Results 30 comments of mspae

@egeriis Agreed! 😃 I'm just thinking if it would be possible to implement this with middlwares without breaking the publicly facing API. (Apart from the fact that you need to...

So implement this using a middleware for the initialization of redux-json-api but not for the actual asynchronous API requests? Where would the `hooks` be cached, in some global reduxJsonApi instance?

Okay so I've been thinking. Because I want to make this as extendible as possible within this framework I'm building and middlewares are of course the best way to do...

The middleware is responsible for manipulating the payload, performing the request and then passing the data to the reducer (this way people can hook into any of these steps along...

Right. Scratch that. I think I've been overcomplicating things. New idea: Everything stays the same, the API action functions receive an optional second argument (`options`) like some already do. Within...

AFAIK you could use the `@extends` tag, it would show up as "mixed-in" – but of course having the proper tag for it would be nice.

Thanks for the library & the typings. Just started using it on a project and I love it. I did run into one issue though: ```typescript import React from "react";...

I might be missing something very obvious but could we not disable HTML element positioning when not debugging? As far as I understand there is no functional reason to position...

@gpoole @markcellus I'd be willing to help adding a test to get this MR merged. I'm running into the same issue and am currently patching `cookie-store` which is not ideal...

Actually can't get the tests to run through at all. `Uncaught TypeError: Cannot set property cookieStore of # which has only a getter` I' on node `v18.17.1`. This might be...