Skip to content
#

immutablejs

Here are 328 public repositories matching this topic...

ckarmy
ckarmy commented Jan 4, 2019

I download the ZIP and run npm install but then I run expo start and I get:

[11:17:11] Starting project at /Volumes/Sata/repositories/snowflake copy
[11:17:12] Expo DevTools is running at http://localhost:19002
[11:17:12] Error: Missing app.json. See https://docs.expo.io/
[11:17:12] No Expo configuration found. Are you sure this is a project directory

How I solve this?

Th

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", _應該也

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: 
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
rrjanbiah
rrjanbiah commented Jul 14, 2018

How does it compare with https://github.com/marmelab/react-admin (which is from https://github.com/marmelab/ng-admin) ?

With react-admin, if we setup few configurations, the whole admin is up and ready. Is dva-admin works like that? (or, mere components that still needs assembling?) If not, is there any similar projects available that is comparable to https://github.com/marmelab/react-admin in

XAsker
XAsker commented Mar 18, 2018

Hi hung-phan,

In CLI, I start yarn run watch and yarn run dev, then I open the http://localhost:3000/ in Chrome browser.

When I do some change in share/components/static-page/index.jsx, I found the content not reload in browser, also from the Console, I found the Warning: [react-router] You cannot change ; it will be ignored.

Thanks.

Improve this page

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

Learn more

You can’t perform that action at this time.