From 526beb274602f5ee64ce208065ccebefd0890093 Mon Sep 17 00:00:00 2001 From: Sergey Konstantinov Date: Sun, 24 Nov 2024 21:48:43 +0200 Subject: [PATCH] ROADMAP --- README.md | 6 +----- ROADMAP.md | 9 +++++++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 ROADMAP.md diff --git a/README.md b/README.md index 673738d..2db904e 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,7 @@ This is an open-source book distributed under the [Creative Commons Attribution- ## Current State and the Roadmap -The second edition of the book is finished! This is everything I ever wanted to tell the reader. - -There are several areas to improve: - * Add more diagrams - * Add more live code examples (specifically — `SearchBox` designed in MVP paradigm and using React/Redux). +See [ROADMAP.md](./ROADMAP.md). ## Contributing diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..6c10d0c --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,9 @@ +# The Roadmap + +## 4th Edition + +The 4th edition will comprise: +* REST/RPC/HATEOAS section expanded, reformulated, and explained more logically coherent +* The «Weak Coupling» Chapter reworked, providing more code and explanations +* An «API Governance» chapter to be added +* The «SDK» section will get a big explanatory chapter focused on the evolution of UI libraries \ No newline at end of file