ClickHandlerIO / react-gwt

MIT License
1 stars 1 forks source link

Type info generation and convert to @JsType interfaces #9

Open chriswjones opened 8 years ago

chriswjones commented 8 years ago

Improve our tools for generating react dom props (i.e. StyleProps, HTMLProps, etc) and events. look at using https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/react for baseline. Also will want the ability to add our own fields on top of this.

Change from @JsType classes to @JsType(isNative=true) interfaces with @JsOverlay fluent setters so objects do not have all of the GWT object tracking cruft

chriswjones commented 8 years ago

@cmolocznik do you think you would be willing to take this one?