Skip to content
#

Redux

redux logo

Redux is an open source JavaScript library, designed to allow for state management of JavaScript applications. Inspired by Elm, Redux is a debugging tool and supports robust application data-flow architecture. Redux is frequently used in combination with React.

Here are 44,155 public repositories matching this topic...

responsively-app
adriaanvanrossum
adriaanvanrossum commented Jun 15, 2022

🚀 Feature Request

📝 Description

We run a analytics company, Simple Analytics, and some customer sees traffic of many browsers when using Responsively.app. This makes sense, but for us there is no way to detect the traffic because the user agents seem to not include the Responsively.app name.

Describe the solution you'd like

Some tools define a variable on the window object.

enhancement help wanted good first issue
DavidRothstein
DavidRothstein commented May 10, 2022

Quick summary

This is to track the underlying bug behind issues like Automattic/wp-calypso#63291 (and as originally discussed for example at p1651671145311929-slack-C0117V2PCAE).

Basically the problem is that Calypso makes API requests to /rest/v1.1/products?type=all for WordPress.com sites and /rest/v1.1/products?type=jetpack for Jetpack sites (the latter o

[Type] Bug Good First Issue
jangya
jangya commented Nov 14, 2019

Web socket as data Provider


todos_repository_simple explains nicely about the benefits of using repository as singleton. But no where it's mentioned how to handle the web sockets.

How can I use web socket (webSocket and fileStorage) instead of rest (webClient and fileStorage) ?

Some key points between web socket and rest.

  • The name itself signify socket
a616781689
a616781689 commented Nov 28, 2019

看了fish-redux的todoList demo,发现里面连接全局状态的方法是使用visitor

visitor: (String path, Page<Object, dynamic> page) {
      /// 只有特定的范围的 Page 才需要建立和 AppStore 的连接关系
      /// 满足 Page<T> ,T 是 GlobalBaseState 的子类
      if (page.isTypeof<GlobalBaseState>()) {
        /// 建立 AppStore 驱动 PageStore 的单向数据连接
        /// 1. 参数1 AppStore
        /// 2. 参数2 当 AppStore.state 变化时, PageStore.state 该如何变化
     
enhancement good first issue

Created by Dan Abramov and Andrew Clark

Released June 2, 2015

Repository
reactjs/redux
Website
redux.js.org
Wikipedia
Wikipedia

Related Topics

javascript react