From 3cec43abc83f9dab8f1d149f43f9ce66d3606d4d Mon Sep 17 00:00:00 2001 From: benji Date: Thu, 14 Dec 2017 15:45:50 +0100 Subject: [PATCH] Reference original article --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9638c3..3a0c697 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # fsm-hoc Higher Order Component to introduce Finite State Machine to React Components +The logic is based on [this article](https://css-tricks.com/robust-react-user-interfaces-with-finite-state-machines/). +If you want to fully understand what's happening in this package and why you should use it, definitely read it! + ## Installation ```sh npm install fsm-hoc --save