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

Added handleRequest prototype and updated most examples

github.com/klis87/redux-requests - e43bd77e29617be381a9afa7d1c81dce3ca7b8cc authored almost 5 years ago by klis87 <[email protected]>
Refactored cache middleware to be compatible with queries with request keys and mutations

github.com/klis87/redux-requests - 1a5408b7ac31e6bc481d82c21458bc054d94960c authored almost 5 years ago by klis87 <[email protected]>
Refactored getMutations to work in similar way as getQuery

github.com/klis87/redux-requests - 2dc34944558f9bee66498fca3cf225d7c677a026 authored almost 5 years ago by klis87 <[email protected]>
Simplified mutationsReducer and flattened state with requestKeys in queries fashion

github.com/klis87/redux-requests - 459c8c70ef7c969d0255c04d0da3298d5afe9686 authored almost 5 years ago by klis87 <[email protected]>
Added meta requestsCapacity option to limit number of stored requests with requestKey

github.com/klis87/redux-requests - 1c703ca21640b3fc4c5e5e0ed4ec40a0b59001c4 authored almost 5 years ago by klis87 <[email protected]>
Integrated useQuery and Query with requestKey

github.com/klis87/redux-requests - ceae4fe8fa447b6392a86be2cf826ba73890dfab authored almost 5 years ago by klis87 <[email protected]>
Fixed getQuery type - type property is required

github.com/klis87/redux-requests - e8770e8d710ec066d32b5ed7e7e67149d88ff491 authored almost 5 years ago by klis87 <[email protected]>
Integrated getQuery with requestKey

github.com/klis87/redux-requests - f5b3d84df913e72b900f9597952c2b3797ea3204 authored almost 5 years ago by klis87 <[email protected]>
Removed watchRequest getLastActionKey and integrated with requestKey

github.com/klis87/redux-requests - 6b0a1675397a7607739ad30d79c39aefbfea028a authored almost 5 years ago by klis87 <[email protected]>
Added tests making sure mutations work with queries with requestKey

github.com/klis87/redux-requests - 182efebffe29ebca650a7cc528fa2a0a541e5b08 authored almost 5 years ago by klis87 <[email protected]>
Added requestKey option to queries

github.com/klis87/redux-requests - 0bb656fac8ec61d660cce962b6779adfdfb00629 authored almost 5 years ago by klis87 <[email protected]>
Allow dynamic queries

github.com/klis87/redux-requests - 09ccf2ad77e45d59d4ae3206d8e02c07615cb317 authored almost 5 years ago by Franck Hourdin <[email protected]>
Closes #309

github.com/klis87/redux-requests - 1843813e387964bbdd8418b26473a542799a9922 authored almost 5 years ago by Franck Hourdin <[email protected]>
Internal queriesReducer refactoring

github.com/klis87/redux-requests - f0e0dca459153d366091c7a5d1d70a21920b405c authored almost 5 years ago by klis87 <[email protected]>
Allow overriding getError in mutationReducer with action

github.com/klis87/redux-requests - e405bb2018a45b179887f38730e69ba9b8876518 authored almost 5 years ago by klis87 <[email protected]>
Pass normalizedData to updateData

github.com/klis87/redux-requests - f14504eda2db2888d8d10ffa87669b60d0dddcf2 authored almost 5 years ago by klis87 <[email protected]>
Added normalisation example

github.com/klis87/redux-requests - d3ded96b1562f343fd2dd225cfe04f2116336e5f authored almost 5 years ago by klis87 <[email protected]>
Simplified mutation data updates in requestsReducer and removed updateData as boolean

github.com/klis87/redux-requests - 02fd6d0b681d69e048f01e51d349deb4f7578f67 authored almost 5 years ago by klis87 <[email protected]>
Use devtool: 'eval-source-map' in examples

github.com/klis87/redux-requests - ba85bda627f1b4564fca6675e4a6d087dced64bc authored almost 5 years ago by klis87 <[email protected]>
Flattened graphql driver success response

github.com/klis87/redux-requests - da95cf5b1eecbc4b5347f8f2d3cc67adf685d507 authored almost 5 years ago by klis87 <[email protected]>
Removed internal state in networkReducer

github.com/klis87/redux-requests - efb0247afdcf9d716c580dd50e5761ac46934472 authored almost 5 years ago by klis87 <[email protected]>
Use weak map to store query selectors

github.com/klis87/redux-requests - bdb3d7df9ffb163bd000009622a7d5f0c8e650d8 authored almost 5 years ago by klis87 <[email protected]>
Split selectors into several files

github.com/klis87/redux-requests - b4e4113a0bdd5b0ea3e0116850f5ccb70fb62e61 authored almost 5 years ago by klis87 <[email protected]>
Store cache in reducer, not in middleware closure

github.com/klis87/redux-requests - 825a766aed1547265fba8f2594b6bc694e4eda49 authored almost 5 years ago by klis87 <[email protected]>
Dont recompute getQuery when multiple or defaultData is changed but data is not false

github.com/klis87/redux-requests - e88eacf39d5d944bf80a6d032d0687433e87d4b9 authored almost 5 years ago by klis87 <[email protected]>
Updated React helpers to match new selectors API

github.com/klis87/redux-requests - d716f5ea60b2c0ecaad3c67eb203481b16851dcf authored almost 5 years ago by klis87 <[email protected]>
Refactored getQuery and getMutation as optimized selectors instead of selector creators

github.com/klis87/redux-requests - d780aee9f6e497793c483f4029d022f045d4ba8b authored almost 5 years ago by klis87 <[email protected]>
Added getDependentKeys helper

github.com/klis87/redux-requests - 1fdae0a2815be61440d15ea77f8a0e5f5b50541b authored almost 5 years ago by klis87 <[email protected]>
Store usedKeys for normalized queries in reducer

github.com/klis87/redux-requests - 0dde8d6f4a5a34713d0eca285e230a2066cfae42 authored almost 5 years ago by klis87 <[email protected]>
Returned used object keys for each path in normalize

github.com/klis87/redux-requests - 6cc9b77e964e4018686fa2bf8ecb4e06510bf0ad authored almost 5 years ago by klis87 <[email protected]>
Preserve queries structure in denormalize

github.com/klis87/redux-requests - 34a37bdb6bad8d5d377c221e60958fe53eb82e22 authored almost 5 years ago by klis87 <[email protected]>
Added meta optimisticData and revertedData

github.com/klis87/redux-requests - ab479375e3d44a5b7c8128339659698e463936d1 authored almost 5 years ago by klis87 <[email protected]>
Added action.meta.localData

github.com/klis87/redux-requests - f15d793a6e747ec8c75f4a98b46f61fc4d04da49 authored almost 5 years ago by klis87 <[email protected]>
Allow update normalized data via meta.mutations

github.com/klis87/redux-requests - 75bd2fb95771ebb34a5f127cbb355ae836d0846f authored almost 5 years ago by klis87 <[email protected]>
Update normalized data on mutation success

github.com/klis87/redux-requests - b1245924f5a08fe6ebad7fe0e542cd7b5bde95e7 authored almost 5 years ago by klis87 <[email protected]>
Added missing tests for queriesReducer

github.com/klis87/redux-requests - 30f6d5ddfb73762f2c3a66c93c9acd7aa46a51f5 authored almost 5 years ago by klis87 <[email protected]>
Added normalized key for each query and data normalization on query response

github.com/klis87/redux-requests - e4f3cff9ed8963f34c7257f5b7c6fca1f532be5a authored almost 5 years ago by klis87 <[email protected]>
Added normalizedData to networkReducer state

github.com/klis87/redux-requests - 7dd6731e628951e1c144f514364ff844c75eb211 authored almost 5 years ago by klis87 <[email protected]>
Refactored requests reducers into more performant queries reducer

github.com/klis87/redux-requests - b5bb6160af126a1dfb99e3485f18366af7fbe781 authored almost 5 years ago by klis87 <[email protected]>
Added normalization internal module prototype

github.com/klis87/redux-requests - 8445b1b09ef35506b47e50dee8bdf113a50c9ae3 authored almost 5 years ago by klis87 <[email protected]>
Refactored drivers to be simple functions

github.com/klis87/redux-requests - a2f285af1b127f4ee4e93e3a773f93541eb4d4de authored almost 5 years ago by klis87 <[email protected]>
Added ref object to query state to use weak map in getQuery

github.com/klis87/redux-requests - 9d54fc06b1ef0e6d06055109767c020834cea9fc authored almost 5 years ago by klis87 <[email protected]>
Integrated cache with mutations

github.com/klis87/redux-requests - 1f0b32701e4e9383c51b3c90c8e4aef57cc4949e authored almost 5 years ago by klis87 <[email protected]>
Handle meta getData and getError in sendRequest, not reducers

github.com/klis87/redux-requests - 6add6b8773e525b296016594043c8a9d35ff3cf1 authored almost 5 years ago by klis87 <[email protected]>
Implemented requests aborts as driver sendRequest cancellable promise

github.com/klis87/redux-requests - bd06ce20c4c018bf6d5e313d2808e48a348e8e36 authored almost 5 years ago by klis87 <[email protected]>
Simplified internal queryReducer

github.com/klis87/redux-requests - f489c6933d44a792a1b37c53a9912888d2e4c375 authored almost 5 years ago by klis87 <[email protected]>
Standardized response, simplified data callbacks and removed getSuccessPayload and getErrorPayload from drivers

github.com/klis87/redux-requests - e907cea0bb3452ce242eae5e8b175dd967900541 authored almost 5 years ago by klis87 <[email protected]>
Removed resetOn as it is not compatible with SSR

github.com/klis87/redux-requests - 7d7b2312a8276a642f74392c57b005caf8ec9bb5 authored almost 5 years ago by klis87 <[email protected]>
Replaced getRequestKey with requestKey and simplified action data callbacks

github.com/klis87/redux-requests - 7a025de34d36270f3a416dbb694fb8e05d1ac167 authored almost 5 years ago by klis87 <[email protected]>
Updated examples

github.com/klis87/redux-requests - 55993d70b7bab684711b3e69dabac2366cd6f72a authored almost 5 years ago by klis87 <[email protected]>
Removed requestsReducer from public API

github.com/klis87/redux-requests - 813e738197034b258986d3731557f00d5bb5d525 authored almost 5 years ago by klis87 <[email protected]>
Normalize only success mutation actions

github.com/klis87/redux-requests - 24184d0f01b884534774cc7099318f93004645a4 authored almost 5 years ago by klis87 <[email protected]>
typo is -> if

github.com/klis87/redux-requests - 295a33c1dfcf512d0984bbf1e49bcab4b77703ae authored about 5 years ago by Dragoș Străinu <[email protected]>
Fixed useMemo dependencies in react hooks

github.com/klis87/redux-requests - 03cc552287ebfcf4f4826e4f45addc160e5fac9b authored over 5 years ago by klis87 <[email protected]>
Reorganized sagas into multiple files

github.com/klis87/redux-requests - bce35aa6bff59e1b1ea77c8d2e8cdcb65b474c81 authored over 5 years ago by klis87 <[email protected]>
Splitted middleware into several files

github.com/klis87/redux-requests - 066010e419ad9fefadfe764921ca3df23fb4c4cb authored over 5 years ago by klis87 <[email protected]>
Publish

- [email protected]
- [email protected]
- redux-saga-requests-gra...

github.com/klis87/redux-requests - 80ffc39f1f9e07ae672bf6b97af5b8c95dc48100 authored over 5 years ago by klis87 <[email protected]>
Updated dependencies

github.com/klis87/redux-requests - 05ec3552dea3563d5c3e22f822c1cddbcf2659da authored over 5 years ago by klis87 <[email protected]>
Fixed isRequestActionQuery logic with asMutation

github.com/klis87/redux-requests - ba06630e1e3a6d738be294b13982dd8ac7ee3e41 authored over 5 years ago by klis87 <[email protected]>
Added networkReducer docs

github.com/klis87/redux-requests - 51c1c81d7ecf38d40daa93b33e5f673ceacf1548 authored over 5 years ago by klis87 <[email protected]>
Added getQuery and getMutations

github.com/klis87/redux-requests - 94a5747da7dec94e7a6659a9fac5f31e66adfacd authored over 5 years ago by klis87 <[email protected]>
Ignore lib directories in coverage reports

github.com/klis87/redux-requests - 5538e79e248868b300da1a35331866bb08db0fee authored over 5 years ago by klis87 <[email protected]>
Replaced asQuery with asMutation

github.com/klis87/redux-requests - 9fdd25760ba2ac1634e38c1615ddff75e2091f1b authored over 5 years ago by klis87 <[email protected]>
Run build before tests in travis

github.com/klis87/redux-requests - d6c0efc29872be8004c136cf154d24f7937b661b authored over 5 years ago by klis87 <[email protected]>
Fixed selectors types

github.com/klis87/redux-requests - 18c3994a61a755837342b599e299800803b09f66 authored over 5 years ago by klis87 <[email protected]>
Added headers support to graphql driver

github.com/klis87/redux-requests - e4cfee3540ecd101c284ada8a4c1b22b2f072b3d authored over 5 years ago by klis87 <[email protected]>
Updated example deps

github.com/klis87/redux-requests - e7c6f94157a8e55d56a8335bc520a5ec97bfcbf9 authored over 5 years ago by klis87 <[email protected]>
Updated dev deps

github.com/klis87/redux-requests - a035c36c53c46a0f544d4f7aa61e2ae0ac2a8c2f authored over 5 years ago by klis87 <[email protected]>
Switched to React hooks

- Added useQuery and useMutation
- made Query and Mutation components connected by default
- swi...

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

github.com/klis87/redux-requests - 14dc17e2a3ed700de379dcf2dff14acaa354c90f authored over 5 years ago by klis87 <[email protected]>
Updated most deps

github.com/klis87/redux-requests - 80d217579124da5cd112608e24b5873fe1c9da16 authored over 5 years ago by klis87 <[email protected]>
Support network reducer in React

github.com/klis87/redux-requests - 98285d223c74b1470bbee75cee358ba129dcd75d authored over 5 years ago by klis87 <[email protected]>
Added missing reducer tests

github.com/klis87/redux-requests - 96eb4431e672253ea72b2b868ceddc63ed0fe43e authored over 5 years ago by klis87 <[email protected]>
Updated typings to use more interfaces in place of type aliases and made updateData as required prop in MergedReducerConfig

github.com/klis87/redux-requests - 8d63df07b69743e2075ac9e27035d8ed43069e5e authored over 5 years ago by klis87 <[email protected]>
Renamed networkReducer isRequestReadOnly into isRequestActionQuery

github.com/klis87/redux-requests - abaeace86b7cc119761daacf7c6c1c29e673544a authored over 5 years ago by klis87 <[email protected]>
Added local operations

github.com/klis87/redux-requests - 76bdeb2c4af4c8f3d8eb95bd59b95e8f023bb520 authored over 5 years ago by klis87 <[email protected]>
Standardized requests by dividing into queries and mutations

- Renamed operations into mutations
- Changed component names in react helpers
- Adjusted exampl...

github.com/klis87/redux-requests - 5eafc53f1a8b6e7c4eecd0b28b28f8b0022a62bb authored over 5 years ago by klis87 <[email protected]>
Added network reducer to types

github.com/klis87/redux-requests - 7ed487bbc5333842f6041d5f3eb57e03ff450a38 authored over 5 years ago by klis87 <[email protected]>
Reuse logic in isRequestActionQuery

github.com/klis87/redux-requests - 5501bef23f4aa7338821333c3461498baf27b600 authored over 5 years ago by klis87 <[email protected]>
Updated redux-act example to use network reducer

github.com/klis87/redux-requests - c49433c0b8b58098b0407da0a3f8d05c18edc6e9 authored over 5 years ago by klis87 <[email protected]>
Use operationCreator instead of operationType in ConnectedOperationContainer

github.com/klis87/redux-requests - 1f4bdfcd158b55740cbd7cda3deb96d01705affd authored over 5 years ago by klis87 <[email protected]>
Handle FSA action in isRequestReadOnlyDefault

github.com/klis87/redux-requests - ce069ec9d8cc12c1389d2f155fafd60caead24b6 authored over 5 years ago by klis87 <[email protected]>
Added SSR support in network reducer

github.com/klis87/redux-requests - 7b30f4a226691e8c86724220ae7f086f3638af90 authored over 5 years ago by klis87 <[email protected]>
Added operations with requests reducers example

github.com/klis87/redux-requests - 26ad2bcb881c2c2d75e97fade9809bfc1684e448 authored over 5 years ago by klis87 <[email protected]>
Export networkReducer in index.js

github.com/klis87/redux-requests - fd8e9c94c7e6e28b3ac4ffeb3efc48d81a787093 authored over 5 years ago by klis87 <[email protected]>
Added network reducer

github.com/klis87/redux-requests - 28775f0a61ab6a642f1b22b9b8884fd4905dd6f1 authored over 5 years ago by klis87 <[email protected]>
Polished local operations

github.com/klis87/redux-requests - 35266e7f3402c8c2f86c435549867d23d8d3a603 authored over 5 years ago by klis87 <[email protected]>
Added isRequestReadOnly option to networkReducer and meta asQuery

github.com/klis87/redux-requests - 4dc64018abb9e04c15c56a18015ae62c30f0d496 authored over 5 years ago by klis87 <[email protected]>
Simplified operations reducer by merging success and abort case

github.com/klis87/redux-requests - c1a47a19e857d69196b9166158dbaa1348ae9bf2 authored over 5 years ago by klis87 <[email protected]>
Refactored reducers and prepared them for network reducer

github.com/klis87/redux-requests - c4bff1d6b3f077b49dec769dbefb44a8ca8f950c authored over 5 years ago by klis87 <[email protected]>
Optimized requests reducer by not creating shallow copies of state in some cases

github.com/klis87/redux-requests - b08fe9060d33949957072dc19758e906821ca9bb authored over 5 years ago by klis87 <[email protected]>
Added missing React tests

github.com/klis87/redux-requests - 3127f14fd1b246b3362be701aec46515a24c567e authored over 5 years ago by klis87 <[email protected]>
Dont allow to pass reducer as 2nd arg to requestsReducer

github.com/klis87/redux-requests - 068624b774399c0524037359cebe86d335ac3232 authored over 5 years ago by klis87 <[email protected]>
Internal reducers refactoring

github.com/klis87/redux-requests - fa6863384f5bb11b2dbfd2e69df42af7881a89fc authored over 5 years ago by klis87 <[email protected]>
Updated most examples to network reducer

github.com/klis87/redux-requests - 1b588fae02cff342a6efb49d0d84892104e9f5cc authored over 5 years ago by klis87 <[email protected]>
Removed redundant createRequestsReducer

github.com/klis87/redux-requests - f13802de44b95d97f21de8f9834a9716a358a931 authored over 5 years ago by klis87 <[email protected]>
Updated subdeps and reverted source maps

github.com/klis87/redux-requests - 442dd3fe1b2379188521900584fca949b47db601 authored over 5 years ago by klis87 <[email protected]>
Commented sources for now due to webpack issue

github.com/klis87/redux-requests - 58917ff2f6a7eb6af8ea983e89b9cce6a77043ee authored over 5 years ago by klis87 <[email protected]>