1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-07-12 22:50:21 +02:00
This commit is contained in:
Sergey Konstantinov
2024-11-24 21:48:43 +02:00
parent 65fd63559e
commit 526beb2746
2 changed files with 10 additions and 5 deletions

View File

@ -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

9
ROADMAP.md Normal file
View File

@ -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