stockroom
stockroom copied to clipboard
🗃 Offload your store management to a worker easily.
has https://github.com/developit/unistore/pull/167 dependency
I'm working a lot with TypeScript+Preact+Stockroom, and I needed types to make my workflow even better. Let's make everyone's worflow better with TS 😄
- Added parens to [src/index.js:16](https://github.com/developit/stockroom/pull/24/files#diff-1fdf421c05c1140f6d71444ea2b27638R16) - Changed some spaces to tabs, according to [.editorconfig](https://github.com/developit/stockroom/blob/master/.editorconfig#L4) - Inverted condition in [src/inline.js:14](https://github.com/developit/stockroom/pull/24/files#diff-b605b46e4de9a26c21c1075e73e7650fR14) to align it with what is already in the [README](https://github.com/developit/stockroom/blame/master/README.md#L117)
When used with `unistore` is impossible to delete / remove a nested object or property. See the following example ( This code only works using `unistore` without `stockroom` ) ```...
Suppose I have an initial state like: ```js data: {} ``` Make an action to return ```js data: [ { "userId": 1, "id": 1, "title": "sunt aut facere repellat provident...
Addresses #21 I'm better at working with TypeScript on its own then I am at writing definitions, so let me know if I've screwed anything up. Based on local integration...
Love the idea behind stockroom, offers a great way to easily push non-UI work off the UI thread. The one thing stopping me from adopting it however is the lack...
For a reason that I do not know, my store is undefined on "first render". In that capture of devtools console, I log a property of my store. It is...
Hi, I expect a lot of bug with stockroom (or maybe I using it wrong ?) I extract a little part of my webapp to inspect it, but I encounter...
Willing to work on this, but as you are the author of the code it would be good if you could create a repository against which I could create a...