Skip to content
#

flowtype

Here are 427 public repositories matching this topic...

electron-react-boilerplate
markerikson
markerikson commented Nov 18, 2019

Hi, I'm a Redux maintainer. I'd like to offer a couple suggestions.

Problem

The current Redux example implementation shows use of reducers with "hand-written" immutable update logic, and has a somewhat complex store configuration. In addition, the project currently uses a "folder-by-type" folder structure.

Proposed Solution

The project should switch to using the official [Redux

carolstran
carolstran commented Oct 10, 2019

👋 I noticed that there are a couple of instances of words "easily" and "just" in your documentation. Unfortunately, words like this can make people feel frustrated and isolated while reading (myself included, hence the issue) - especially if they are facing issues.

If it's alright with your team, I'd like to take a shot at updating the content to make it more inclusive by removing instance

shall-git
shall-git commented Nov 15, 2018
const {links, history} = this.props

Expected: No error.

Actual: ESlint: missing variable type annotation. (flowtype-/require-variable-type)

Maybe I'm missing something, but I can't figure out a valid configuration for this case

"flowtype/require-variable-type": [
  2,
  {
    "excludeVariableMatch": "^map", // mapStateToProps & mapDispatchT
gajus
gajus commented Jul 17, 2019

Currently, this monorepo consists of:

  • babel-plugin-flow-prepack
  • babel-plugin-flow-runtime
  • flow-config-parser
  • flow-runtime-cli
  • flow-runtime-docs
  • flow-runtime-mobx
  • flow-runtime-validators
  • flow-runtime

A subset of these provide the core functionality of flow-runtime:

  • flow-runtime-validators
  • flow-runtime
  • flow-runtime-cli
  • babel-plugin-flow-runtime

Meanwhile

Arteneko
Arteneko commented Aug 3, 2019

Currently, we can debug a page on the Servo project using Firefox, after tweaking a bit the dev tools to connect to a remote host.

Connecting to servo's exposed dev server from Firefox opens a developer tools window.

It'd be nice, just like we start servo using command line arguments, to be able to run a standalone dev tools instance, directly wired to said servo instan

Improve this page

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

Learn more

You can’t perform that action at this time.