Cheng-Han Kuo(hank)
Cheng-Han Kuo(hank)
cool! I really want to compare this app by using fluxible & redux, I have the project that I would like to use react for implementation, your example app is...
I use notification for showing loading status, for example, if socket is disconnected, I will reconnect after 30 seconds, I would like to keep notification and countdown at waiting seconds....
@likeqi, are your Materialize module installed from NPM? If so, plz try use `materialize-css`, Because `materialize` is another NPM module, [link](https://www.npmjs.com/package/materialize) plz try as follows: ``` import 'materialize-css/js/jquery-2.1.1.min.js'; (in the...
@lukeqi could you let me see your webpack config, and your Client.js ?
@lukeqi http://stackoverflow.com/questions/30133526/using-materializecss-with-webpack-cannot-resolve-module-hammerjs
https://github.com/Dogfalo/materialize/issues/1823
@lukeqi You are welcome, otherwise, could you provide your solution - partial code of client.js & webpack config to help other people who have the same problem also?
@lukeqi http://stackoverflow.com/questions/23305599/webpack-provideplugin-vs-externals That has two ways to inject 3-party plugin, I prefer webpack.ProvidePlugin if the modules from my npm module:)