Skip to content

Commit

Permalink
Repair dead link to blog.reactandbethankful.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher John Duncan Araúz committed Dec 7, 2018
1 parent d826828 commit 6b1b20e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -305,4 +305,4 @@

- **In the Mouth of the Beast**
https://charlespeters.net/writing/in-the-mouth-of-the-beast/
Thoughts on how to approach state management in relation to React, including a focus on the actual needs of your application and what state truly needs to be global.
Thoughts on how to approach state management in relation to React, including a focus on the actual needs of your application and what state truly needs to be global.

0 comments on commit 6b1b20e

Please sign in to comment.