josebalius / ngReactGrid

A really fast Angular grid using the power of React to render. Based on ng-grid and jQuery DataTables.
http://josebalius.github.io/ngReactGrid/
MIT License
328 stars 47 forks source link

is there a need to upgrade to react 0.12+ ? #49

Closed elaijuh closed 9 years ago

elaijuh commented 9 years ago

couple of things are deprecated from 0.12+ which means some codes here are not suggested or even not workable. do you see an upgrade need, i would like to pr for it.

josebalius commented 9 years ago

@elaijuh yes I definitely want to upgrade to 0.12 as soon as possible, so if you want to submit a PR that would be awesome. I will probably do an official release before merging your PR so that will be the last version that supports < 0.12 and from then on we will be 0.12+ compatible.

elaijuh commented 9 years ago

PR #50