Add stability note to README

This commit is contained in:
Max Desiatov 2019-02-14 13:45:01 +00:00
parent 89cde27de5
commit 3ecc5e5683
No known key found for this signature in database
GPG Key ID: FE08EBF9CF58CBA2
1 changed files with 11 additions and 0 deletions

View File

@ -57,6 +57,17 @@ successfully rebuilt with it and heard positive feedback on React itself, but
a lot of complaints about overreliance on JavaScript. Gluon makes architecture a lot of complaints about overreliance on JavaScript. Gluon makes architecture
of React with its established patterns available to you in Swift. of React with its established patterns available to you in Swift.
_**Important:**_ We consider Gluon quite stable at this point, as in not
having any blocking bugs that we're aware of. We've also frozen the core API of
`Component` and `Hooks` types, and there's plenty of [standard
components](#standard-components) to start building useful apps. If in the future
there's a breaking change that's absolutely needed, we aim to deprecate old APIs
without breakage and introduce new ones gradually. Nevertheless, we admit
this can't always be avoided.
Looking forward to your feedback which greatly helps us make Gluon the best
UI framework available!
## Table of contents ## Table of contents
* [Example code](#example-code) * [Example code](#example-code)