deox icon indicating copy to clipboard operation
deox copied to clipboard

Functional Type-safe Flux Standard Utilities

Results 19 deox issues
Sort by recently updated
recently updated
newest added

This should fail because `otherNum` is not part of the `State` interface: ```ts interface State { num: number } export const initialState: State = { num: 0 }; export const...

enhancement
help wanted
good first issue

From [TypeScript 3.0](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#generic-rest-parameters) we are able to infer function's parameters with their names. So now we can remove `resolve` callback from `executor` in `createActionCreator` to make the API simpler. **Example**:...

help wanted
good first issue

According to #2, `createHandlerMap` should be capable to handle optimistic action creators. ## Detailed Description Yet, optimistic actions should be handled separately with multiple `createHandlerMap` call. So there would be...

enhancement
help wanted
good first issue

Let's use this thread to discuss actual design considerations for a **plugin system API**. Prior references: - issue #45 - Usage with Immer

help wanted
discussion

I am working on a helper function that creates action handlers outside of a `createReducer` function, and from what I understand I need createHandlerMap to do that. I added my...

enhancement
help wanted

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS See full diff in...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies