Hacker News new | ask | show | jobs
by tajano 3928 days ago
Slightly off topic, but what library do you use for networking with React? Almost every code sample or tutorial uses jQuery's AJAX methods. Bundling jQuery seems excessive when just using those methods, but is there not a reliable alternative?
1 comments

There's tons, but the common one is fetch: https://github.com/matthew-andrews/isomorphic-fetch
Yeah I use fetch and a Redux React promise middleware module.