immutablejs
Here are 328 public repositories matching this topic...
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
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Apr 12, 2017 - JavaScript
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:
Add documentation
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[Docs] User Guid
-
Updated
Nov 10, 2017 - JavaScript
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
-
Updated
Sep 5, 2018 - JavaScript
TSLint has been deprecated in favor of ESLint. Please see palantir/tslint#4534 for more information. So we need to remove tslint and our two plugins and replace them with some eslint rules. So eslint now also takes care of typescript!
Upgrading to the latest version 6 makes no sense as since december 2019 the package gets no PRs anymore.
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Oct 28, 2019 - JavaScript
-
Updated
Mar 30, 2017 - JavaScript
-
Updated
Jul 8, 2018 - JavaScript
-
Updated
Jun 3, 2020 - JavaScript
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.
-
Updated
Aug 29, 2017 - JavaScript
-
Updated
Apr 12, 2020 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Jan 11, 2017 - JavaScript
Add auto-updater
Molecule should feature an auto-updater. I think this is a super attractive feature that might seem daunting to new electron users. Supporting it out of the box would likely be a huge selling point.
-
Updated
Aug 19, 2017 - JavaScript
-
Updated
May 13, 2020 - TypeScript
Remove the hardcoded width and height that were added for debug purposes. Also it might be useful to split out the CustomDragLayer into multiple components.
See containers/CustomDragLayer/CustomDragLayer.js's render() function.
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Aug 15, 2017 - JavaScript
Improve this page
Add a description, image, and links to the immutablejs topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the immutablejs topic, visit your repo's landing page and select "manage topics."

Type of issue: (feature suggestion, bug?)
Suggestion
Chapter:
no-chapter
Why use
.jsxinstead of.js? It's not a best practice: facebook/create-react-app#87 (comment)