react-simply icon indicating copy to clipboard operation
react-simply copied to clipboard

Tools for simple React development

Results 14 react-simply issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long...

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

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

Hi... First of all, thx for sharing this solution. I've found a way to support middleware/enhancers for This solution, there's still some testing and validation. Do You think It could...

`getState()` is meant to be used as React hook, so we may use more compatible name `useState()`. This would for example enable proper detection as hook by `eslint-plugin-react-hooks`.

Storybook throws the following error when using getState(). Any solutions for this guys?

As you can see in the image, there is an error inside the index.js file of the lib ![image](https://user-images.githubusercontent.com/42876068/55357540-9b18b180-54a3-11e9-9435-e7ee864ce37a.png) Versions: |Stack |Version | |----------------------|:-------------:| |@react-simply/state|1.0.2| |react| 16.8.6| |node|11.13.0| |npm|6.7.0| |yarn|1.15.2|

Can/does this work with react debug tools for time-travel debug etc to entirely replace Redux? If not is there a best-practice approach to giving some Redux level of debugging thanks

# Description - add `eslint` ## Notes ``` s/getState/useState ``` as per mentioned in #3

Is it possible to add to the docs to explain how this approach works with React Router (v5)?