From 74b12d25c170470ec906f123ec751f41d520b224 Mon Sep 17 00:00:00 2001 From: Christopher Duncan Date: Fri, 7 Dec 2018 07:40:17 -0500 Subject: [PATCH] Repair dead link to blog.reactandbethankful.com --- react-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-architecture.md b/react-architecture.md index 094d1f5..c7cf3fe 100644 --- a/react-architecture.md +++ b/react-architecture.md @@ -40,7 +40,7 @@ Examples of how to think about and model data and UI state - **Understanding the Functional Revolution in Front-End Applications** - http://blog.reactandbethankful.com/posts/2015/09/15/understanding-the-functional-revolution/ + https://web.archive.org/web/20171020192305/http://blog.reactandbethankful.com/posts/2015/09/15/understanding-the-functional-revolution/ Higher-level tutorial describing functional programming and how it relates to Javascript, UI, and client-side applications - **Functional UI and Components as Higher Order Functions**