From 64082dd3dffc165aa766959560dfe8bdd985ddab Mon Sep 17 00:00:00 2001 From: Anthony Palomarez Date: Thu, 28 Jul 2022 20:12:20 -0700 Subject: [PATCH] Update README.md Added an article from doordash --- content/resources/articles/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/resources/articles/README.md b/content/resources/articles/README.md index dbb9199c8..6a34fb476 100644 --- a/content/resources/articles/README.md +++ b/content/resources/articles/README.md @@ -265,6 +265,7 @@ * [Single-Subscription vs. Broadcast Streams](https://www.dartlang.org/articles/broadcast-streams) * [Why I cannot say FRP but I just did](https://medium.com/@andrestaltz/why-i-cannot-say-frp-but-i-just-did-d5ffaa23973b#.53gcohk61) * [Functional Core Reactive Shell](http://www.mokacoding.com/blog/functional-core-reactive-shell/) +* [Functional Core Imperative Shell](https://doordash.engineering/2022/07/26/functional-core-imperative-shell-using-structured-concurrency-to-write-maintainable-grpc-endpoints-in-kotlin/) * [Why you should stop using state reducers in your app to be fully reactive](https://journal.artfuldev.com/why-you-should-stop-using-state-reducers-in-your-app-to-be-fully-reactive-89a4279b3ece#.1ue9v3qga) ## Unity @@ -277,4 +278,4 @@ * [Ten minute introduction to MobX and React](https://mobxjs.github.io/mobx/getting-started.html) * [How to initialize your MobX stores](https://medium.com/@GiacomoRebonato/how-to-initialize-your-mobx-stores-f946fdec0851#.fe3xlowp3) * [Handling React Forms with Mobx Observables](https://blog.risingstack.com/handling-react-forms-with-mobx-observables/) -* [An artificial example where MobX really shines and Redux is not really suited for it](https://hackernoon.com/an-artificial-example-where-mobx-really-shines-and-redux-is-not-really-suited-for-it-1a58313c0c70#.v9lb7ta70) \ No newline at end of file +* [An artificial example where MobX really shines and Redux is not really suited for it](https://hackernoon.com/an-artificial-example-where-mobx-really-shines-and-redux-is-not-really-suited-for-it-1a58313c0c70#.v9lb7ta70)