stencil-store icon indicating copy to clipboard operation
stencil-store copied to clipboard

Store is a lightweight shared state library by the StencilJS core team. Implements a simple key/value map that efficiently re-renders components when necessary.

Results 18 stencil-store issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil-store/issues) that already...

Resolution: Refine

**Stencil version:** [stencil-bug1.zip](https://github.com/ionic-team/stencil/files/6919700/stencil-bug1.zip) ``` @stencil/[email protected] @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [ ] feature request [ ] support request [stencil-bug1.zip](https://github.com/ionic-team/stencil/files/6919713/stencil-bug1.zip) **Current behavior:** The store is not reactive. **Expected...

Resolution: Refine

**Stencil version:** ``` @stencil/[email protected] ``` **I'm submitting a:** [x] bug report [x] feature request [ ] support request => Please do not submit support requests here, use one of these...

Resolution: Needs Investigation

I found an issue where using `forceUpdate` to update a component fails when the component has no `Prop` and `State` meta. I have documented a similar issue with `stencil-hooks` here:...

Resolution: Needs Investigation

Its not unusual to use a store as a map of items: ``` ts export interface Item { id: string; name: string; created: Date; } export type ItemStore = Record;...

Resolution: Refine

**Documentation request**. It would be great if this project started keeping a CHANGELOG file, documenting notable changes as development goes on. A `CHANGELOG.md` would conform nicely with [@ionic-team/stencil](https://github.com/ionic-team/stencil/blob/master/CHANGELOG.md) as well....

Resolution: Refine

Most other ionic repos have License.MD files. I'd assume that this repo has the umbrella license by team ionic, but it really should also be place here as it is...

Resolution: Refine

Bumps [rollup](https://github.com/rollup/rollup) from 2.79.0 to 2.79.1. Release notes Sourced from rollup's releases. v2.79.1 2022-09-22 Bug Fixes Avoid massive performance degradation when creating thousands of chunks (#4643) Pull Requests #4639: fix:...

dependencies

## Pull request checklist Please check if your PR fulfills the following requirements: - [ ] Docs have been reviewed and added / updated if needed (for bug fixes /...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

dependencies