mvillis / measure-mate

Simple tool to track maturity assessments
MIT License
12 stars 4 forks source link

Replace jquery for AJAX calls #143

Open rloomans opened 8 years ago

rloomans commented 8 years ago

The only use of jquery is for AJAX calls. We should investigate alternatives like https://github.com/ded/Reqwest or https://github.com/visionmedia/superagent or https://github.com/github/fetch

See also: http://andrewhfarmer.com/ajax-libraries/ and http://andrewhfarmer.com/react-ajax-best-practices/

mvillis commented 8 years ago

wonder what bootstrap features we're using that need jQuery. maybe nothing now that we've replaced the tabs.

rloomans commented 8 years ago

Plotly uses JQuery :(