massive-oss / haxe-react

React JS applications development using the Haxe language
196 stars 38 forks source link

Externs for common React addons / libs #35

Open zabojad opened 8 years ago

zabojad commented 8 years ago

This is just to let you know that I've started a github repo with externs for common React addons and libs there: https://github.com/tokomlabs/haxe-react-addons

This is definitively Work In Progress and many of them are just a @jsRequire call to the right lib path.

Bu if you have externs to share or if you'd like to start from there and add contributions, you are all very welcome.

I post this because of the TODO that is in the README of this repo:

TODO Externs for common. add-ons and react-router.

elsassph commented 8 years ago

Wow great job, that's a lot of externs!

zabojad commented 8 years ago

And there will be more to come. The goal here is to have a single lib for most major react js libs.

Suggestions are welcome if you have any.

And the goal is to stick to haxe-react, so if you rename the package api.react to react for example, I'll do the same on api.react.addon => react.addon.

A README will come soon too ^^.