cch5ng / rss-read-aloud-meteor-react

(no longer hosted) Application to view or listen to rss news feeds. (Meteor/React)
0 stars 0 forks source link

refactor #11

Open cch5ng opened 8 years ago

cch5ng commented 8 years ago

go back and look for old comments or internal tests to clean up look for redundant code

cch5ng commented 8 years ago

did most cleanup of comments

(TODO) was not able to separate Feed and FeedList components to separate files. they would not be recognized in time by the parent React class. not sure if this is a timing issue.

cch5ng commented 8 years ago

should be using react mixin's for Feed and FeedList components