From 94ce668b9ebdf582ad4fcd46d47cd82032353de7 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 30 Nov 2021 13:32:59 +0100 Subject: [PATCH] Update note to warn about API changes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4f2528687e..1bd8b576d52 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ * Achieves high performance by minimizing DOM API calls for each page render and by making it easy to offload processing to background web workers. * Supports JavaScript interoperability, allowing developers to leverage NPM packages and integrate with existing JavaScript applications. -*Note: Yew is not (yet) production ready but is great for side projects and internal tools.* +*Note: Yew is not 1.0 yet. Be prepared to do major refactoring due to breaking API changes.* ## Contributing