-
Updated
Jan 22, 2022 - JavaScript
state-management
Here are 2,100 public repositories matching this topic...
-
Updated
Jan 24, 2022 - TypeScript
Problem:
The only place to find good explanation on what context.read, context.select and context.watch methods are for is migration page that covers migration to version 6.1.0. This might be problematic for newcomers that are trying to better understand how to use these methods, especially these ones without experience of working with Prov
jasmine-marbles should be 0.9.1 to go along with RxJS 7 for the generated examples.
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Jan 19, 2022 - TypeScript
-
Updated
Jan 23, 2022 - Dart
-
Updated
Jan 13, 2022 - JavaScript
-
Updated
Jan 15, 2022 - Dart
-
Updated
Jan 2, 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
Jan 15, 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:
Hi I am using NGXS state managment library in my App and I have selector like below and everything is working fine but when I am testing my app I have got error like below. PrintItemsState is lazy loaded and in *.spec.ts NGXS module is imported like NgxsModule.forRoot() . What I noticed problem is that im passing PrintItemsState as argument here:
@Selector([PrintItemsState])

The error I get is that
Expected 2-9 arguments, but got 1.ts(2554)
redux.d.ts(87,
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Jan 19, 2022 - JavaScript
-
Updated
Jan 15, 2022 - JavaScript
Describe what scenario you think is uncovered by the existing examples/articles
When clicking on an item, that TodoItem widget is rebuilt 2 times in a row
Describe why existing examples/articles do not cover this case
Line 263 of main.dart:
child: ListTile(
onTap: () {
itemFocusNode.requestFocus(); //this makes the widget rebuilt 1st time
textFieldFocusNode.r
-
Updated
Nov 12, 2020 - Swift
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?
The API docs for reactions do not show the various options available for autorun, reaction, when, asynWhen. This needs to be added.
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Jan 13, 2022 - TypeScript
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Nov 3, 2019 - 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