From 4dc43eef39165c956d5fef87444b6e0a99a729d7 Mon Sep 17 00:00:00 2001 From: Zsolt Kocsi Date: Tue, 23 Jul 2019 13:38:41 +0100 Subject: [PATCH] Add articles section --- README.md | 6 ++++++ documentation/externallinks.md | 5 +++++ mkdocs.yml | 1 + 3 files changed, 12 insertions(+) create mode 100644 documentation/externallinks.md diff --git a/README.md b/README.md index 8aeb51be..b72394a3 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,9 @@ implementation 'com.github.badoo.mvicore:mvicore-android:{latest-version}' ```groovy implementation 'com.github.badoo.mvicore:mvicore-debugdrawer:{latest-version}' ``` + +## Related articles & videos +- [MVI beyond state reducers](https://badootech.badoo.com/a-modern-kotlin-based-mvi-architecture-9924e08efab1) +- [Building a system of reactive components with Kotlin](https://badootech.badoo.com/building-a-system-of-reactive-components-with-kotlin-ff56981e92cf) +- [Unidirectional data-flow and the Zen of black box components](https://medium.com/p/unidirectional-data-flow-and-the-zen-of-black-box-components-fff5d618f8b6?source=email-e819b9e65829--writer.postDistributed&sk=e17b031a4f155a8dc7d3248489116240) +- [Time Travel Debug Everything!](https://badootech.badoo.com/time-travel-debug-everything-droidconuk-2018-lightning-talk-445217258401) diff --git a/documentation/externallinks.md b/documentation/externallinks.md new file mode 100644 index 00000000..d9e55480 --- /dev/null +++ b/documentation/externallinks.md @@ -0,0 +1,5 @@ +## Related articles & videos +- [MVI beyond state reducers](https://badootech.badoo.com/a-modern-kotlin-based-mvi-architecture-9924e08efab1) +- [Building a system of reactive components with Kotlin](https://badootech.badoo.com/building-a-system-of-reactive-components-with-kotlin-ff56981e92cf) +- [Unidirectional data-flow and the Zen of black box components](https://medium.com/p/unidirectional-data-flow-and-the-zen-of-black-box-components-fff5d618f8b6?source=email-e819b9e65829--writer.postDistributed&sk=e17b031a4f155a8dc7d3248489116240) +- [Time Travel Debug Everything!](https://badootech.badoo.com/time-travel-debug-everything-droidconuk-2018-lightning-talk-445217258401) diff --git a/mkdocs.yml b/mkdocs.yml index e2987b75..780ed4c4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -70,3 +70,4 @@ nav: - Time Travel Debugger UI controls: extras/ttdui.md - Template generator plugin: extras/templategeneratorplugin.md - Inspector plugin: extras/inspectorplugin.md +- External links: externallinks.md