titon / toolkit

User interface components built on React.
http://titon.io/toolkit
BSD 3-Clause "New" or "Revised" License
1.07k stars 108 forks source link

[3.0] Rewrite using React #163

Open milesj opened 8 years ago

milesj commented 8 years ago

Instead of recreating the wheel (yet again), we should port the entire framework to React. At the time of writing, there is no "go to" UI library for React yet, and Titon Toolkit hopes to fill that role. All of the current components will be ported to React, along with the inclusion of decorators, events, transitions, and even React functionality like prop types.

rshackleton commented 8 years ago

Is the long term plan to only support the React version? We currently make use of Titon alongside Angular 1.5 and the migration to React would be incompatible.

milesj commented 8 years ago

@rshackleton Correct. The old 2x version is and will be support only, as no new development will occur there. The new 3x version will purely be React.