From 9b176301dbc1ccd4d3409a2ca027b32dd2dd1554 Mon Sep 17 00:00:00 2001 From: pharry22 Date: Wed, 15 Jul 2020 16:05:37 +1000 Subject: [PATCH 1/2] Update gist.md --- docs/pages/gist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/gist.md b/docs/pages/gist.md index 3775e15..1756ffb 100644 --- a/docs/pages/gist.md +++ b/docs/pages/gist.md @@ -93,6 +93,6 @@ public class AppState ``` -The `Action` attribute is only neccessary when using Cortex.Net enforces modification through reactions. +The `Action` attribute is only neccessary when using Cortex.Net it enforces modification through reactions. It is recommended to use action though as it will help you to better structure applications and expresses the intention -of a function to modify state. It automatically applies transactions for optimal performance as well. \ No newline at end of file +of a function to modify state. It automatically applies transactions for optimal performance as well. From cf564797dc35fc869b374b0d7a29bfc4877ada5e Mon Sep 17 00:00:00 2001 From: Jan-Willem Spuij Date: Wed, 15 Jul 2020 13:09:18 +0200 Subject: [PATCH 2/2] Update gist.md --- docs/pages/gist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/gist.md b/docs/pages/gist.md index 1756ffb..ee1c146 100644 --- a/docs/pages/gist.md +++ b/docs/pages/gist.md @@ -93,6 +93,6 @@ public class AppState ``` -The `Action` attribute is only neccessary when using Cortex.Net it enforces modification through reactions. +The `Action` attribute is only neccessary when using Cortex.Net is configured to enforce modification through reactions. It is recommended to use action though as it will help you to better structure applications and expresses the intention of a function to modify state. It automatically applies transactions for optimal performance as well.