You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I first wrote ngReactGrid, I did it out of necessity due to the limitations I was facing in the AngularJS application I was working with.
Since then, I have moved on to different projects and technologies. Lately I have been using ReactJS/Flux for all new projects and have stopped using Angular 1.x. React and Angular have also come a long way, with ES6 classes now supported in React and Angular 2 on the way, it is an exciting time.
I am now back on a project that needs a grid like ngReactGrid but without the ng part. Because of this, I will be focusing my time on this new project: https://github.com/josebalius/react-grid which aims to be better organized and more maintainable and support the latest and greatest from React and ES6.
I will be creating adapters for both Angular 1.x, Angular 2.x and KnockoutJS for react-grid so that you can still use it inside your current apps.
As of today April 22, 2015, all new development will take place in the new project. I have already started to bring over a lot of functionality found here.
A few goals:
Get rid of CSS, it's a pain to package with React components, so I will be shooting for inline styles as much as i can.
Get on NPM, I realize react-grid is taken but I will come up with something else.
Implement most of the requested features here and fix some of the bugs.
I hope this comes as good news to most of you, and I promise to try and make the transition as seamless as possible.
The text was updated successfully, but these errors were encountered:
When I first wrote ngReactGrid, I did it out of necessity due to the limitations I was facing in the AngularJS application I was working with.
Since then, I have moved on to different projects and technologies. Lately I have been using ReactJS/Flux for all new projects and have stopped using Angular 1.x. React and Angular have also come a long way, with ES6 classes now supported in React and Angular 2 on the way, it is an exciting time.
I am now back on a project that needs a grid like ngReactGrid but without the
ng
part. Because of this, I will be focusing my time on this new project: https://github.com/josebalius/react-grid which aims to be better organized and more maintainable and support the latest and greatest from React and ES6.I will be creating
adapters
for both Angular 1.x, Angular 2.x and KnockoutJS forreact-grid
so that you can still use it inside your current apps.As of today April 22, 2015, all new development will take place in the new project. I have already started to bring over a lot of functionality found here.
A few goals:
react-grid
is taken but I will come up with something else.I hope this comes as good news to most of you, and I promise to try and make the transition as seamless as possible.
The text was updated successfully, but these errors were encountered: