ryd0rz on material-ui
fixing issue with crosswalk (compare)
ryd0rz on material-ui
Fixing issue with setting activ… Merge branch 'feature/material-… (compare)
ryd0rz on material-ui
typeahead styling changes and c… (compare)
ryd0rz on material-ui
fixed svg (compare)
ryd0rz on material-ui
Fixing icons on older version o… (compare)
ryd0rz on material-ui
Remove console.log (compare)
ryd0rz on material-ui
Adding Icon StaticContainer sty… (compare)
ryd0rz on material-ui
Adding a few changes to account… (compare)
ryd0rz on material-ui
revert e9e80cf (compare)
ryd0rz on material-ui
Adding ability to disable scrol… (compare)
ryd0rz on material-ui
Fixing a few issues with flex: … (compare)
ryd0rz on material-ui
Adding some changes to allow fo… (compare)
ryd0rz on material-ui
Adding property to disable scro… (compare)
ryd0rz on material-ui
Fix for scrolling in iOS when d… (compare)
ryd0rz on update_react_15.1.0
updating to react 15.1.0 (compare)
ryd0rz on update_react_15.1.0
Update version of react. (compare)
Create a reapp folder
Clone the kitchen sink repository
Clone this repository
Run sudo npm link inside this repository
Important: Run rm -r node_modules/react in reapp-ui and be sure react isn't duplicated in Webpack build
Run npm run build in this directory, this will build your reapp-ui for the first time and put it into the ./build folder.
Run npm run copyAssets in this directory to copy assets to the babel output directory.
Run npm run watch in this directory to start babel compiler. Note: Be sure to edit in ./src directory only.
Run ln -s $PREFIX/lib/node_modules/reapp-ui/build node_modules/reapp-ui inside the kitchen sink repository. The placeholder $PREFIX is the prefix used for the installation of node. Usually this is /usr/local. The command npm config get prefix can also be used to find the prefix. (The npm link command will not work here because it will reference the project root instead of build output directory.)
This will link your reapp-ui module into your kitchen sink repo. Now you can:
Run reapp run -d inside kitchen sink
Go to localhost:3010
Make edits inside reapp-ui and they will automatically compile into the kitchen sink.
Warning: When running locally you may run into some unique bugs. Because npm link runs an npm install, it will often install multiple versions of React into your modules folders, causing Webpack to bundle multiple versions of it into your app. This can cause a variety of errors. If you see stuff that warns about Mount, Link, Context, it is most likely because of this. Delete the react folder inside reapp-ui and any other sub-modules and re-run Webpack.
hey everyone, I am geting error after
reapp new test
reapp run
<ERROR in ./app/app.js Module build failed: ReferenceError: [BABEL] /home/prabhjot/reactJs/reapp_test/test/app/app.js: Using removed Babel 5 option: base.stage - Check out the corresponding stage-x presets http://babeljs.io/docs/plugins/#presets at Logger.error (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/file/logger.js:41:11) at OptionManager.mergeOptions (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/file/options/option-manager.js:288:20) at OptionManager.init (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/file/options/option-manager.js:488:10) at File.initOptions (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/file/index.js:223:65) at new File (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/file/index.js:140:24) at Pipeline.transform (/home/prabhjot/reactJs/node_modules/babel-core/lib/transformation/pipeline.js:46:16) at transpile (/home/prabhjot/reactJs/node_modules/babel-loader/index.js:14:22) at Object.module.exports (/home/prabhjot/reactJs/node_modules/babel-loader/index.js:88:12) @ multi main webpack: bundl>
help asap! thanks!
ERROR in ./~/reapp-ui/helpers/ripple/TouchRipple.js
Module not found: Error: Cannot resolve module 'react-addons-update' in /Users/eashman/src/test/kitchen-sink/node_modules/reapp-ui/helpers/ripple
@ ./~/reapp-ui/helpers/ripple/TouchRipple.js 29:25-55
ERROR in ./~/reapp-ui/helpers/ripple/CircleRipple.js
Module not found: Error: Cannot resolve module 'recompose/shallowEqual' in /Users/eashman/src/test/kitchen-sink/node_modules/reapp-ui/helpers/ripple
@ ./~/reapp-ui/helpers/ripple/CircleRipple.js 29:29-62