Skip to content
#

react-redux

Here are 4,839 public repositories matching this topic...

frontHu
frontHu commented Aug 27, 2019

PS E:\mywockspace\Blog-master\eos-cli> npm link

eos-cli@1.0.2 postinstall E:\mywockspace\Blog-master\eos-cli
eos config set

'eos' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! eos-cli@1.0.2 postinstall: eos config set
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the eos-cli@1.0.2 postinstall script.
npm ERR! This is probably not a pro

adam-26
adam-26 commented Dec 9, 2016

Hi,

As a reference for others, I think it would be helpful to add the following example to the readme.

// ./containers/User.js
import { asyncConnect } from 'redux-connect'
import { loadUserSession } from '../actionCreators/session'
import User from '../components/User'

const mapStateToProps = (state, ownProps) => {
	// ... as per redux docs
};

const mapDispatchToProps = (di
jonathangriguol
jonathangriguol commented Apr 20, 2020

Is there a way to show more information on the left column?, Basically, add more columns apart from task name. I mean for example my data source include a task owner, status, completed percent, etc.

If currently not supported, would you consider a PR with this feature?

Thanks,
Jonathan

Improve this page

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

Learn more

You can’t perform that action at this time.