meteor / todos

The example app "Todos", written following the Meteor Guide
Other
535 stars 366 forks source link

ant-design branch ready to pull #268

Open gotjoshua opened 6 years ago

gotjoshua commented 6 years ago

Greetings, I made a fork, and adapted the demo to use antd...

I'd be happy to make a pull request, but I think you would need to make an ant-design branch (to pull to) first.

benjamn commented 6 years ago

Meteor developers have had a lot of trouble using antd and the confusingly-named babel-plugin-imports plugin in the past. I appreciate the time you've put into this, but I honestly do not think this change is a good idea for the general Meteor community.

gotjoshua commented 6 years ago

interesting. I found it quite easy to get into antd - react - meteor. biggest trouble so far was slow build times from the less plugin...

what ui framework do you prefer with meteor-react ? and why?