Skip to content
#

state-management

Here are 2,146 public repositories matching this topic...

dapr
bloc
platform
eddiepaz
eddiepaz commented Jan 27, 2022

Are there any plans to support Ivy in the near future? When compiling:

Angular 13.1.3
@ngxs/store: 3.7.3

We get the message "Processing legacy "View Engine" libraries:

rgazelot
rgazelot commented Jan 6, 2021

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, 
river_pod
yelliver
yelliver commented Dec 30, 2021

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
drewg233
drewg233 commented Apr 25, 2018

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?

Improve this page

Add a description, image, and links to the state-management topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more