JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

Jsx to plain js #25

Closed JakeSidSmith closed 9 years ago

JakeSidSmith commented 9 years ago
weargoggles commented 9 years ago

Wow, in big templates the JSX version is clunkier, isn't it. Not including the dependencies in the repo is a good idea; I'd usually alias them to CDNJS, myself. This looks good :sparkles:

JakeSidSmith commented 9 years ago

Loads the JS seemingly 10 times faster when the JSX does not need to be compiled, even though I only have very few components. Don't know why I didn't just do this in the first place...