state-management
Here are 1,173 public repositories matching this topic...
CDN url broken
Hello,
The https://unpkg.com/@xstate/vue/dist/xstate-vue.min.js url is broken, no "dist" folder ?
as title, add https://dapr.io/ to the description of project.
Background
I decided to test my effects without using the Angular TestBed because this should be faster then using the entire TestBed when I only want to test the effect in isolation (https://ngrx.io/guide/effects/testing#setup-without-testbed). I am using Jest as test runner.
Repro-Steps
Consider this simplified, generic approach I used.
it('should get dataHey Erik! How's it been?
Are you submitting a bug report or a feature request?
Feature
What is the current behavior?
No mention of withTypes in the documentation.
What is the expected behavior?
༼ つ ◕_◕ ༽つ
I just found out about this from a co-worker and am not even sure yet what it exactly was! Excited to see..
Feature request
Is your feature request related to a problem? Please describe.
Currently I need a lock variable for distrubuted states (same [here](https://github.com/mobxjs/mobx-st
If anyone is interested in contributing to Chinese (Simplified) Docs with me, please let me know, so that we can work together and speed things up! I will mainly follow the order to continue, if you are willing to contributing, you are always welcome to pick up any page you like!
The remaining parts are:
- Tutorials
- Flutter
- Counter
- Timer <-- @jakecast
- Flutter
Disclaimer: This is a bot
It looks like your repo is trending. The github_trending_videos Instgram account automatically shows the demo gifs of trending repos in Github.
Your README doesn't seem to have any demo gifs. Add one and the next time the parser runs it will pick it up and post it on its Instagram feed. If you don't want to just
Advanced tutorial
Description
I'm on 3.5.1 and it seems that things are still initialized before APP_INITIALIZER.
Not sure if I'm missing something or if I don't completely understand what this issue's resolution should be?
This is my use case:
I need to initialize Ngxs through a library module that either is imported or not in the apps (monorepo structure)
And I couldn’t find a way to initialize it pr
what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
case 'ADD_AUTHOR_TO_BOOK':
Book.withId(action.payload.bookId).authors.add(action.payload.author); // add new entity , add relation? this doesn't work.
break;
case 'REMOVE_AUTHOR_FROM_BOOK':
Book.withId(action.payload.bo
-
Updated
Mar 14, 2020 - TypeScript
Are you submitting a bug report or a feature request?
Neither, reporting missing documentation
What is the current behavior?
Detailed documentation on the signature of mutator functions is missing.
What is the expected behavior?
I'd expect the docs on mutators to be more elaborate on both the definition and the usage of mutators. I've looked at the docs for react
-
Updated
May 4, 2020 - TypeScript
In the release notes for 4.0.0 I've found this useful piece:
The new create/update callbacks are lazy-loaded, which means they are called the first time the value is read instead of the first time the provider is created.
If this is undesired, you can disable lazy-loading by passing lazy: false to the provider of your choice:
FutureProvider(
create: (_) async => doSomeHttpReques
I'm submitting a bug where logAction does not log actions accurately in redux dev tools
[ ] Regression (a behavior that used to work and stopped working i
The documentation explains pretty well why:
Wrap ALL of your components with view - including class and function ones - even if they don't seem to directly use a store.
I think it's pretty easy to miss adding this view hoc when you write hundred of components. My question is: Is there an eslint rule which exists to warn you that you forgot to add this extra view?
It could be nice to
I think the size and origin of the placeholder view should be defined by the their superview not themself, there can be a function in Controller called frameForPlaceholder or something?
Please leave info about your projects using Cerebral and function tree.
I am prepaing internal presentation on corporate event and I need some cool reference to mention in it. And of course we can include references to your projects on docs website if you want.
Please provide:
- short description
- a link to project if available
- screenshots and/or dynamic gif (especially @gaspard app with
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?
Roadmap to 3.0
This Issue serves as documentation for anticipated breaking changes in 3.0 and allows community feedback to drive the development process.
Breaking Changes 💔
- Do not re-export React from
reactn. Have users just import React and ReactN Component/hooks from separate packages. This will help with the namespace conflicts withComponentin TypeScript. - Remove support for
@reactndecora
-
Updated
Aug 6, 2019 - JavaScript
The idea of deferring state management to freactal is solid but as far as I can tell, users will still need to use class components if they want to trigger effects in lifecycle methods, and the README seems to imply that you can always use SFCs because freactal is orchestrating state, but that feels slightly misleading since React provides more than just state management APIs
Maybe add an e
-
Updated
Mar 17, 2020 - TypeScript
Hi,
I just read your great article http://arqex.com/991/json-editor-react-immutable-data
I'd like to suggest you to make your didactic materials interactive: docs/README/blog posts.
For that purpose, you could use the KLIPSE plugin like one guy did for immutable.js in this [interactive article](http://untangled.io/immutable-js-an-introduction-with-exam
https://easy-peasy.now.sh/docs/introduction/
Easy Peasy provides you with an intuitive API to quickly and easily manage the state for your React application. Batteries are included - no configuration is required to support derived state, API calls, performance optimisation, developer tools etc.
-
Updated
Mar 27, 2019 - JavaScript
Docs improvements
Follow up on comments left here:
Hey Dave, First off, let me say great work on this plugin. It is truly awesome, and I am very grateful to have found it instead of attempting to build one myself. Also, I in no way meant offense about the state of the documentation. Now that I understand how
-
Updated
Mar 5, 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."
Version
4.0.0-beta.1
Reproduction link
https://vuex.vuejs.org/guide/getters.html
Steps to reproduce
Go to https://vuex.vuejs.org/guide/getters.html
What is expected?
An example/explanation of how to access getters from another namespaced module.
What is actually happening?
There is no explanation.