Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Redux Requests

Declarative AJAX requests and automatic network state management for Redux
Collective - Host: opensource - https://opencollective.com/redux-requests - Code: https://github.com/klis87/redux-requests

Update README.md

github.com/klis87/redux-requests - a098a733d5cda5ae936ab73cf38cd56232d8fe76 authored over 1 year ago by Konrad Lisiczyński <[email protected]>
Update README.md

github.com/klis87/redux-requests - 97f813fb9f4e7fe02e4b9b11b3b53a155adefa96 authored over 1 year ago by Konrad Lisiczyński <[email protected]>
Publish

- @redux-requests/[email protected]

github.com/klis87/redux-requests - 4c24fb80fd97a3756fb2617f735b1c5f59311309 authored almost 2 years ago by klis87 <[email protected]>
Remove axios dependency from fetch driver

github.com/klis87/redux-requests - c66374a0df949fd6fc5740eb957b41312fd66206 authored almost 2 years ago by klis87 <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]
- @redux-requests/[email protected]
...

github.com/klis87/redux-requests - 3693b8583c96850655af2b3528e92aab0f79803e authored about 3 years ago by klis87 <[email protected]>
chore(redux-requests): fix `ResponseData` type to pass `strict` mode

github.com/klis87/redux-requests - 4150c8b7b10ea2d6f81e258e942e9e8e48c54e5e authored about 3 years ago by medfreeman <[email protected]>
test-types(redux-requests): enable ts `strict` mode

github.com/klis87/redux-requests - 0ed95ee6894c3d1028053744309245c8136cc917 authored about 3 years ago by medfreeman <[email protected]>
test-types(redux-requests): add a property access test on `RequestAction`

github.com/klis87/redux-requests - 148b1ee23b7495967bd0806d838c7e9611032316 authored about 3 years ago by medfreeman <[email protected]>
test-types: enable `strict` mode in `redux-requests-axios`, `redux-requests-fetch`, `redux-requests-graphql`, `redux-requests-mock` & `redux-requests-promise` packages

github.com/klis87/redux-requests - a4ae78516d8914655994cf9df7e2869b204664cb authored about 3 years ago by medfreeman <[email protected]>
test-types(redux-requests-react): enable ts `strict` mode

github.com/klis87/redux-requests - c5221d7e54c4625e932e21eaeb777fd745407e5a authored about 3 years ago by medfreeman <[email protected]>
chore(redux-requests-react): fix `binding element is of any type` errors

github.com/klis87/redux-requests - 490d3cc32a9eb0c385758ce13f6287f21881ce10 authored about 3 years ago by medfreeman <[email protected]>
test-types(redux-requests): rewrite `dummyDriver` to pass `strict` mode

github.com/klis87/redux-requests - d009beeb74da25a86ce77c86a449a63362c1518b authored about 3 years ago by medfreeman <[email protected]>
chore(redux-requests-react): make `requestsConfig` & `store` props mutually exclusive in `RequestsProviderProps` to align with runtime & docs, convert `RequestsProviderProps` from interface to type

github.com/klis87/redux-requests - 4017f5d932c197965d004a9c3050814a52fe11a1 authored about 3 years ago by medfreeman <[email protected]>
chore(redux-requests-react): fix `Query` & `Mutation` class types to pass `strict` mode, add `QueryCustomComponentProps` & `MutationCustomComponentProps`

github.com/klis87/redux-requests - ce9f7d89c05756b7583af7b70301571729372cd2 authored about 3 years ago by medfreeman <[email protected]>
chore(redux-requests-react): also make `extraReducers` & `getMiddleware` properties mutually exclusive in `RequestsProviderProps` to align with runtime & docs

github.com/klis87/redux-requests - 7ec1ccc10d4cf770a807e76111bd0421cbb10418 authored about 3 years ago by medfreeman <[email protected]>
chore(redux-requests): fix `RequestAction` type to pass property access test

github.com/klis87/redux-requests - 70a78f4324dd200b2ced9d4e24e570c14aa137da authored about 3 years ago by medfreeman <[email protected]>
Fix typo on 5-resetting-requests.md

github.com/klis87/redux-requests - 62333c0b8c4fb5420b0b5551b346f80be84dbb2c authored about 3 years ago by Alberto Manfrinati <[email protected]>
Publish

- @redux-requests/[email protected]

github.com/klis87/redux-requests - 843d7763d64abb5a1f089f0a617ac1a4a75550e9 authored about 3 years ago by klis87 <[email protected]>
fix(redux-requests-fetch): fix handling of request abortion with native `AbortController`

Add `isNativeAbortError` guard function & tests
Rethrow `'REQUEST_ABORTED'` when a native `Abort...

github.com/klis87/redux-requests - 7002613721195e657aa6e7d95f3a8326b1968f30 authored about 3 years ago by medfreeman <[email protected]>
test(redux-requests-fetch): add a request abort test with polyfilled `fetch` & `AbortController`

Add `isomorphic-fetch` & `yet-another-abortcontroller-polyfill` devDependencies

github.com/klis87/redux-requests - 455a95ac2ddd055e005d4f1687bf2adfd7ca553c authored about 3 years ago by medfreeman <[email protected]>
test: simplify `jest` config, fix typo in `babel` config file name, remove stale `wrapper.js`

github.com/klis87/redux-requests - dc9a8673a031ff9cdf2bd4ac548d74877464b0fa authored about 3 years ago by medfreeman <[email protected]>
Publish

- @redux-requests/[email protected]

github.com/klis87/redux-requests - 3b116717f818bd9e00969f6de74fbc71bb77c492 authored about 3 years ago by klis87 <[email protected]>
null not undefined

github.com/klis87/redux-requests - 65ea6fdf8df48baccf854b2a5ebebfbb9446f8d7 authored about 3 years ago by fmmoret <[email protected]>
useQuery hook types should not assume that data is populated by default

github.com/klis87/redux-requests - 56e4262a73b5d8f5b3f7c659462742602f599956 authored about 3 years ago by fmmoret <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]

github.com/klis87/redux-requests - b9921b6e02cee56617690e108556e8450b5e1a47 authored almost 4 years ago by klis87 <[email protected]>
Fixed useQuery load callback when autoLoad is false

github.com/klis87/redux-requests - cf22864d6ee30782b8f918fd9582ce2222e0c833 authored almost 4 years ago by klis87 <[email protected]>
Fixed subscription tests

github.com/klis87/redux-requests - f085175abf5d8e2fead09bbab0872db9d6088db6 authored almost 4 years ago by klis87 <[email protected]>
Update core bundlesize limit to 10kb

github.com/klis87/redux-requests - 0176826fd239d9e1319439cae2c96f1140728792 authored almost 4 years ago by klis87 <[email protected]>
Added subscriptions to graphql example

github.com/klis87/redux-requests - 156a27042b605a8372404629634bf5348ae64b93 authored almost 4 years ago by klis87 <[email protected]>
Updated examples deps

github.com/klis87/redux-requests - 27004e10acadedd188a124cd71c8cd55ac6666df authored almost 4 years ago by klis87 <[email protected]>
Publish

- @redux-requests/[email protected]

github.com/klis87/redux-requests - 28f72b6214279ea05718caf0ee72c9061ba3da89 authored almost 4 years ago by klis87 <[email protected]>
Dont send subscription messages if websocket not active

github.com/klis87/redux-requests - bc5cbc2914e7852e7c56df8d458d2d0f0c22d1df authored almost 4 years ago by klis87 <[email protected]>
Updated examples deps

github.com/klis87/redux-requests - 914c068c81da72c2df9526ded70fcb3434873b64 authored almost 4 years ago by klis87 <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]
- @redux-requests/[email protected]

github.com/klis87/redux-requests - 75dec327f5b44022abb350b188d1c4808586d3f7 authored almost 4 years ago by klis87 <[email protected]>
Updated peer deps in graphql and react

github.com/klis87/redux-requests - cdc122919d9ec9c3827d5d37854734c73f35b1fa authored almost 4 years ago by klis87 <[email protected]>
Increased graphql driver bundlesize limit to 7kb

github.com/klis87/redux-requests - 959062b976e5b51ea2856a9df475911278216c71 authored almost 4 years ago by klis87 <[email protected]>
Documented subscriptions

github.com/klis87/redux-requests - b9962d152d0a362c2415048dcdaf7f0cb1c7d7ab authored almost 4 years ago by klis87 <[email protected]>
Added subscription types

github.com/klis87/redux-requests - 931ba1c52216330786c8fdac0a1c42b1e67aeb35 authored almost 4 years ago by klis87 <[email protected]>
Support subscription fsa actions

github.com/klis87/redux-requests - f256e33b699395813bef31ebd43635292048696e authored almost 4 years ago by klis87 <[email protected]>
Fixed stopping subscription in useSubscription with requestKey

github.com/klis87/redux-requests - a5d66df9f0f70a268ceda44e19faa8a416fe40e2 authored almost 4 years ago by klis87 <[email protected]>
Pass requestsStore to handles in subscriptions middleware

github.com/klis87/redux-requests - 76ef21a22d7335aebc6a7f24239d8bb923581c1f authored almost 4 years ago by klis87 <[email protected]>
Fixed onStopSubscriptions error when ws is null

github.com/klis87/redux-requests - c48949386ee61b6ae81e7e73ffcbac52e04e9bdd authored almost 4 years ago by klis87 <[email protected]>
Fixed errors on not existing meta in subscriptions middleware

github.com/klis87/redux-requests - 6b2e1a2778c0006c0def593977f314cc8797a73f authored almost 4 years ago by klis87 <[email protected]>
Added useSubscription hook

github.com/klis87/redux-requests - 9db5088fd85bbaf58de03a0b515b1efda39f4d66 authored almost 4 years ago by klis87 <[email protected]>
Added graphql subscriber creator

github.com/klis87/redux-requests - bbc7ac0c9860c1cc1f7296c46cdef46553d7a4d7 authored almost 4 years ago by klis87 <[email protected]>
Use global normalize option in subscriptions

github.com/klis87/redux-requests - bded552a18d7f39351eb9143be9fc6b1760d1f32 authored almost 4 years ago by klis87 <[email protected]>
Added ws wrapper, code to websocketClosed and set pristine true on 1000

github.com/klis87/redux-requests - 83fc322f7d75641b67d2a8e7cb7855eb8fd7d0c8 authored almost 4 years ago by klis87 <[email protected]>
Added subscriptions reconnection and heartbeat

github.com/klis87/redux-requests - e5233cdf213f93576c3893180f251a74efbb7d7f authored almost 4 years ago by klis87 <[email protected]>
Resend all subscription messages on websocket open

github.com/klis87/redux-requests - fb7ce1e29362c0bc908f42520893d4f148d3e439 authored almost 4 years ago by klis87 <[email protected]>
Added open and close websocket actions

github.com/klis87/redux-requests - 8389719217ab056e665dc29cf44e92b80099fca8 authored almost 4 years ago by klis87 <[email protected]>
Moved subscriber.onMessage callback execution before checking active subscription

github.com/klis87/redux-requests - 5bdab8772283654c6408534bee9a84f4d499d868 authored almost 4 years ago by klis87 <[email protected]>
Added getWebsocketState selector

github.com/klis87/redux-requests - 1148099511e0389f434e4587cca7410623c863b4 authored almost 4 years ago by klis87 <[email protected]>
Added stopping subscriptions, subscriptions requestKey and many more to support graphql subscriptions

github.com/klis87/redux-requests - ade57584b207d8ca4a12238da69ee649ba9bf724 authored almost 4 years ago by klis87 <[email protected]>
Added subscriptions prototype

github.com/klis87/redux-requests - 0938355f302077e00d83fdd0909090a1410da2d0 authored almost 4 years ago by klis87 <[email protected]>
Added global jest autocomplete in core package

github.com/klis87/redux-requests - 5f1d4b27a1d5ea7e5c6134e90106f130de1f834e authored almost 4 years ago by klis87 <[email protected]>
Updated request libs to 1.5 in examples

github.com/klis87/redux-requests - ba0d588a145bf183965b2e35c0fa3b63ff660cc0 authored almost 4 years ago by klis87 <[email protected]>
Added more polling info to docs

github.com/klis87/redux-requests - e14dce729103753cc9cac83b41571040de00740a authored almost 4 years ago by Konrad <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]

github.com/klis87/redux-requests - 4f1158f4c582e94d3e2675aaf63e1c7ab124ff26 authored almost 4 years ago by Konrad <[email protected]>
Added short polling

github.com/klis87/redux-requests - 796ce0dba6999669bf6dfce469154beb0b40f753 authored almost 4 years ago by Konrad <[email protected]>
Updared all requests deps

github.com/klis87/redux-requests - 22656a52a4beeda80ad911a1fae34e19d00cd796 authored almost 4 years ago by Konrad <[email protected]>
Publish

- @redux-requests/[email protected]

github.com/klis87/redux-requests - 6fe1a3f9c00e07ef280b60a97b77e93bc94fdc13 authored almost 4 years ago by Konrad <[email protected]>
Fixed element prop types

github.com/klis87/redux-requests - 24a6ca676e41744717a7ba8e8112bead359b781f authored almost 4 years ago by Konrad <[email protected]>
Updated requests deps in all examples

github.com/klis87/redux-requests - 740239b152869b8e1b9331c7c80a09290b54b9e7 authored almost 4 years ago by Konrad <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]
- @redux-requests/[email protected]
...

github.com/klis87/redux-requests - 031ef05ba50e0bc7e88c53bbabb21700d4aa023d authored almost 4 years ago by Konrad <[email protected]>
Restricted core dep in react

github.com/klis87/redux-requests - dd7e6d5fb089628cc27839866625695a9752f4b9 authored almost 4 years ago by Konrad <[email protected]>
Added prop types to new React components

github.com/klis87/redux-requests - 14ae260adcc3f2f4668949b61104202fbe43a0cc authored almost 4 years ago by Konrad <[email protected]>
Fixed ts tests

github.com/klis87/redux-requests - 7c2f2b52e02170f85cf2de28b3c1572320b2637a authored almost 4 years ago by Konrad <[email protected]>
Transform store into requestsStore in requests-provider

github.com/klis87/redux-requests - d6a46253d405e836f904f48e6ecf0065637e476e authored almost 4 years ago by Konrad <[email protected]>
Updated TS types

github.com/klis87/redux-requests - ab5d3bed4bac6e55500f2f0f682e7fc69b718398 authored almost 4 years ago by Konrad <[email protected]>
Removed dev aliases from suspense ssr example

github.com/klis87/redux-requests - 7883cf2e190fba8f9038c869bb1ed9efdf356cea authored almost 4 years ago by Konrad <[email protected]>
Added suspense ssr example

github.com/klis87/redux-requests - d70657ba9c7d0e956e8a0742ce2e4dc1bd1d6c26 authored almost 4 years ago by Konrad <[email protected]>
Fixed linting

github.com/klis87/redux-requests - cd93fe508fd75be617d1317aeed88f2fac02c515 authored almost 4 years ago by Konrad <[email protected]>
Increased React size limit to 4 kB

github.com/klis87/redux-requests - dbce06dfc6d330e746b5651a4a60bb02fbe85478 authored almost 4 years ago by Konrad <[email protected]>
Added suspenseSsr to useQuery and used it in RequestErrorBoundary to fix ssr in some cases

github.com/klis87/redux-requests - cedc766803e64bfc108e1cd2f0a9a8f8d8fb82bd authored almost 4 years ago by Konrad <[email protected]>
Added RequestErrorBoundary component

github.com/klis87/redux-requests - e6242a6317761c52bd78aa14efde09b08010b49a authored almost 4 years ago by Konrad <[email protected]>
Added disableRequestsPromise option

github.com/klis87/redux-requests - 2cf18c28d23bc2eebd0b4371e21a4b8212d4943f authored almost 4 years ago by Konrad <[email protected]>
Renamed dispatch into autoLoad and added autoReset props to React

github.com/klis87/redux-requests - c562d6b562714d9c3c23aa253013a88eec6f7074 authored almost 4 years ago by Konrad <[email protected]>
Increased react bundlesize limit to 8 kB

github.com/klis87/redux-requests - 76a14d7d00b165748ec23fc738a144550cbeeb15 authored almost 4 years ago by Konrad <[email protected]>
Added more props and requests context to RequestsProvider

github.com/klis87/redux-requests - b05dcbb841d08c2878d5b46e008b79e01b5adef7 authored almost 4 years ago by Konrad <[email protected]>
Added joinRequest, React suspense and suspense SSR

github.com/klis87/redux-requests - 5592c4479f6290089e5bf7673333a1c0b6d0ac02 authored almost 4 years ago by Konrad <[email protected]>
Use watchers in React hooks not to reset used requests

github.com/klis87/redux-requests - 9ff50e088da92341bd41d1ba78fac9ce92289f1f authored almost 4 years ago by Konrad <[email protected]>
Added watcher actions to ts types

github.com/klis87/redux-requests - 74cd41d5b14b63547e79a79ce888faf6bc336154 authored almost 4 years ago by Konrad <[email protected]>
Added watchers reducer for UI addons

github.com/klis87/redux-requests - 79f07ee3b5e69b7c01e24ef883e2143ecf2dc2ff authored almost 4 years ago by Konrad <[email protected]>
Remove empty requests with pending 1 on abort to keep store not polluted

github.com/klis87/redux-requests - d14002341645a710a2f81be7cca0b7454f7be74a authored almost 4 years ago by Konrad <[email protected]>
Remove empty queries and mutations instead of resetting values in reset reducer

github.com/klis87/redux-requests - fce956b3a426cd22bfef27e44d733c933bf7307d authored almost 4 years ago by Konrad <[email protected]>
Added mapObject helper with optional filter functionality

github.com/klis87/redux-requests - dbd0bf1bd89187e8f81d69ab645d989c93fe912a authored almost 4 years ago by Konrad <[email protected]>
Clear orphant cache key on reset action

github.com/klis87/redux-requests - 0032685413680c0ec9105c31c225851b8de22069 authored almost 4 years ago by Konrad <[email protected]>
Reset requests in React hooks on unmount and on type change

github.com/klis87/redux-requests - 71b3bb11384b29048496c0d68f0bd5a8b2f5c017 authored almost 4 years ago by Konrad <[email protected]>
Added pending counter to selector results, next to loading

github.com/klis87/redux-requests - 168e9fa8d55e558b05d088ae3baad86c63748ef9 authored about 4 years ago by Konrad <[email protected]>
Allow not to reset cached queries

github.com/klis87/redux-requests - 99add7b5420094b90b97fb68b3c0852dfa8be951 authored about 4 years ago by Konrad <[email protected]>
Memoize useQuery and useMutation responses

github.com/klis87/redux-requests - 3aa3056ca3f5ac95eed27cc06109d0c31e3fe63d authored about 4 years ago by Konrad <[email protected]>
Added RequestsProvider convenience component

github.com/klis87/redux-requests - 7ebc92bb990297209063c8fe7af9d2da3b39048a authored about 4 years ago by Konrad <[email protected]>
Fixed error type in dispatch request responses

github.com/klis87/redux-requests - 106a169597e3b6d2f09f593d295e3221eda7813e authored about 4 years ago by Konrad <[email protected]>
Added mutate function to useMutation response

github.com/klis87/redux-requests - f29d6ac350e681016ce114df547b5b49f4c0ed12 authored about 4 years ago by Konrad <[email protected]>
Added auto dispatch to React useQuery

github.com/klis87/redux-requests - 0f4c9cc5838b6a8ab1564d0fb87076418b434b00 authored about 4 years ago by Konrad <[email protected]>
Publish

- @redux-requests/[email protected]
- @redux-requests/[email protected]
- @redux-requests/[email protected]
...

github.com/klis87/redux-requests - 733066f63cf89b07ffa9a708e75364b9057ef976 authored about 4 years ago by Konrad <[email protected]>
Added download and upload progress for axios and graphql drivers

github.com/klis87/redux-requests - 0f6d7400db6f9e3229efb9ded28f7f32f23f228a authored about 4 years ago by Konrad <[email protected]>
Fixed actions creator example readme header

github.com/klis87/redux-requests - 2ff82ba5984203b708feea07d4af616b0fed36a8 authored about 4 years ago by Konrad <[email protected]>
Replaced redux-act example with redux-smart-actions

github.com/klis87/redux-requests - 088631cd63663b096d09cfd3637af722c188d63d authored about 4 years ago by Konrad <[email protected]>