From a7a47fe61c66d55c54bcfbfbb69110d85e812e1d Mon Sep 17 00:00:00 2001 From: Mike Plis Date: Wed, 24 Apr 2019 15:18:31 -0400 Subject: [PATCH] Fix URL for 'React AJAX Best Practices' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b750f1b..02139ad 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ If you are new to React, try reading these articles in order. Dan Abramov from the React team gives his thoughts on how to handle method binding. ### AJAX requests and Data Fetching - - [React AJAX Best Practices](http://andrewhfarmer.com/react-ajax-best-practices/) + - [React AJAX Best Practices](https://www.javascriptstuff.com/react-ajax-best-practices/) Covers four ways to approach managing queries and data fetching. - [AJAX Requests in React: How and Where to Fetch Data](https://daveceddia.com/ajax-requests-in-react/) An overview of where AJAX requests fit into React usage.