Nick Dima

Results 16 comments of Nick Dima

What do you exactly mean by: > global variables defined in cssnext configuration How is this done?

Gotcha, yeah, I was looking at the `postcss-custom-properties` plugin right now. Thanks!

I was connecting the dots for React's build process and considering using a `.babelrc` and this seemed like the only blocking issue. Anyway, just exploring options...

Ops, I skimmed trough that other thread before but didn't notice that remark. Anyway what I tried doing for now is when creating the modifier, getting the parent node and...

For those of you using Atom you can try this package: [atom-linter-coffee-variables](https://github.com/markwainwright/atom-linter-coffee-variables). It uses ESLint in the background so it's kind of a hack but could be better then nothing.

Glad to see this effort! When you're coming from React to React Native and wanting to build universal apps (web included) you feel like you're taking a step back from...

OK, after looking at the source code for the `TextInput` I think this is just how it's suppose to work and instead of getting the wrong value from the state...

Hmm, I'm reopening this since the text property on the `nativeEvent` doesn't seem to be documented (so it could go away) and it's probably not even supported by ReactNative. Thoughts?

Testing this in React Native it seems to work as expected and when `onSelectionChange` gets called the state is already updated with the new value. You can try it here:...