Nick Dima

Results 20 issues of Nick Dima

It seems that if you import the same file from multiple files it ends up beeing duplicated in the final bundle. Is this a known issue? It seems that the...

Can you add an example of dispatching an action from a component? An usual user interaction, like clicking on a button or something. I didn't quite get it how you...

Are event listeners supposed to work on the React branch? I've tried adding a button with an `onClick` event handler but it doesn't seem to do anything.

If you need to pull `fbjs/module-map` as `_moduleMap` in `.babelrc` there's no way to do it aside from copy/pasting everything as you can't require from there. Would it be feasible...

I know this repo is just a proof of concept, but I've been looking into Famous and it seems really well fitted to be integrated with React. Creating Famous components...

**The problem** When you change the value of a controlled `TextInput` stored in the component's state the `onSelectionChange` event handler gets called but the state is not yet updated with...

project:react-native-web

Would it be possible to create a Base16 template so the whole theme can be generated using the Base16 color schemes? This way we would have a general flat ST...

Is `coffee-react-transform` creating source maps?

The `--max` option for `azure site deployment list` doesn't seem to work. It always shows the latest 10 deployments no matter what value you put in.

Websites

I was curious which ES5 and ES6 features are supported and which not. I also found this other project: https://github.com/fusepilot/babel-preset-extendscript Maybe you should work together :)

enhancement