-
Updated
May 16, 2022 - JavaScript
state-management
Here are 2,305 public repositories matching this topic...
-
Updated
May 20, 2022 - TypeScript
Description
The sidebar toggle (hamburger menu) has too much width on desktop devices and overlaps with the actual menu. This causes the user to accidentally collapse the menu when wishing to navigate to a new section.
Steps To Reproduce
- Go to the bloclibrary.dev.
- Click on the last visible menu item next to the sidebar toggle "icon".
Information
A question that I frequently see on various channels, is how to implement an effect without parameters.
Because this seems to be the number one question, I propose to add an example to the docs.
Documentation page
https://ngrx.io/guide/component-store/effect
I would be willing to submit a PR to fix this issue
- Yes
- No
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
May 19, 2022 - Dart
-
Updated
May 20, 2022 - TypeScript
-
Updated
May 1, 2022 - JavaScript
-
Updated
Feb 10, 2022 - TypeScript
Correct me if I'm wrong, but it seems to me that different effector-vue APIs (especially Options API vs. Hooks API) assume different Vue versions.
For example, I tried to use Hooks API in combination with Vue 2 & @vue/composition-api but it won't compile because it tries to import composition functions directly from vue module (as in Vue 3) instead of @vue/compositon-api module (as in V
-
Updated
Apr 18, 2022 - TypeScript
I'm submitting a...
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[x] Support request
[ ] Other... Please describe:
In src/internal/state-context-factory.ts it is noted:
// In doing this refactoring I noticed that there is a 'bug' where the
// application state is returned instead of this state slice.
// This has worked this way since the beginning see:
// https://github.com/ngxs/store/blame/324c667b4b7debd8eb979006c67ca0ae347d88cd/src/state-factory.ts
// This needs to be fixed, but is a 'breaking' ch
Hello, I'm trying to type my application which is using redux-orm. I came across an issue with the new createSelector API. My code is as simple as:
import { createSelector } from 'redux-orm'
import orm from 'features/regulation/orm'
export const selectTest = createSelector(orm.Policy)
The error I get is that
Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87,
-
Updated
May 20, 2022 - Dart
-
Updated
Apr 27, 2022 - JavaScript
-
Updated
May 16, 2022 - JavaScript
-
Updated
Nov 12, 2020 - Swift
The API docs for reactions do not show the various options available for autorun, reaction, when, asynWhen. This needs to be added.
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Feb 18, 2022 - JavaScript
add effector
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Mar 20, 2022 - JavaScript
Improve this page
Add a description, image, and links to the state-management topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the state-management topic, visit your repo's landing page and select "manage topics."


In what area(s)?
/area runtime
Describe the feature
Unix Domain Sockets is only enabled on Unix. It needs to be enabled on Windows too