Skip to content
#

flux

Here are 822 public repositories matching this topic...

langpavel
langpavel commented Oct 24, 2017

Too wide (and falsy) segregation of GraphQL Types and Resolvers

The first example of this is new ObjectType in src/data/queries/index.js importing fields.
Fields should be taken in context of parent type, not as standalone information.

This can ensure some users that custom types cannot have own field resolvers which is false.

In fact, much of fields which can have own resolvers

murking
murking commented Apr 14, 2018

ReactNativeNWReactCalculator@1.0.0 start /Users/zjh-mac/Documents/react/react-native-nw-react-calculator-master
node node_modules/react-native/local-cli/cli.js start

┌────────────────────────────────────────────────────────────────────────────┐
│ Running packager on port 8081. │

DeAnnHuang
DeAnnHuang commented Mar 2, 2017

嗨, 您好
在學習CH05的時候,遇到一個問題
發現在 webpack.config.js 裡面的 module: { preLoaders: [ { ... } ],
似乎造成webpack錯誤 無法執行

如下terminal截圖
image

稍微查了一下,解決方法是用 webpack@2.1.0-beta.22 版本
我目前是 "webpack": "^2.2.0", _應該也

simonbasle
simonbasle commented Apr 24, 2020

Motivation

Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.

As a consequence, discovering information about the discard and continue support might be difficult.

Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im

MikeInnes
MikeInnes commented Oct 11, 2019

A lot of what Flux can do is not explicitly written down. Regularisation is a good example; just grabbing your parameters and summing them is really simple and intuitive, but if you're used to frameworks that provide an explicit API for this, you might get not think of it, or assume it's not supported at all if it isn't in the docs.

So we need to document Flux "design patterns" that explicitly

danllach
danllach commented Jul 12, 2018

Hi I passed the example code to react native and works wonderful but redux-devtools doesn't work.

On the documentation you said During development redux-devtools are automatically enabled. Install the extension. what's mean automatically enabled? maybe I missed something...

Here is my code:

store.js

import createStore from 'react-waterfall'

const config = {
  initialState: {
michaelr524
michaelr524 commented Apr 6, 2020

Please check the reproducible example here: https://github.com/michaelr524/reactor-netty-ssl-leak

mvn clean package
java -jar target/reactor-netty-ssl-leak-1.0-SNAPSHOT.jar 
  • Reactor version(s) used: 0.9.4.RELEASE
  • Other relevant libraries versions (eg. netty, ...):
  • JVM version (javar -version):
    openjdk version "12.0.2" 2019-07-16
    OpenJDK Runtime Environment (build 12.0
cakeant
cakeant commented Nov 7, 2018

Hi shiningjason,
感謝你的教學, 很清楚明瞭,
我在學習過程中發現一點問題, 回報一下希望能幫助到你更版

“Level 7. 培養好習慣,設計防呆的 React 元件”章節有用到React.PropTypes.string
但React v15.5後已經不支援React.PropTypes, 進行到這段會報錯
(教學中提供的react cdn連結 https://cdnjs.com/libraries/react 目前已經是v16)

// 1. 使用 propTypes 定義參數的型別
TodoHeader.propTypes = {
  title: React.PropTypes.string,      //Error: Cannot read property 'string' of undefined
  username: 
solomonhawk
solomonhawk commented Jul 24, 2017

What kind of issue is this? (check at least one)

  • Report a bug
  • Feature Request
  • Question
  • Discussion
  • Documentation
  • Other, please describe:

What version of Microcosm is this for

All

Additional Comments (optional)

We should dedicate a section of the README to cover microcosm-devtools integration and usage. These tools might not yet b

Improve this page

Add a description, image, and links to the flux 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 flux topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.