Fix wording in README
This commit is contained in:
parent
be15a30b3f
commit
aa9592c836
15
README.md
15
README.md
|
@ -57,16 +57,15 @@ successfully rebuilt with it and heard positive feedback on React itself, but
|
|||
a lot of complaints about overreliance on JavaScript. Gluon makes architecture
|
||||
of React with its established patterns available to you in Swift.
|
||||
|
||||
_**Important:**_ We consider Gluon relatively stable at this point, as in not
|
||||
having any blocking or critical bugs that we're aware of. We've also frozen the
|
||||
core API of `Component` and `Hooks` types, and there's plenty of [standard
|
||||
_**Important:**_ Gluon is relatively stable at this point, as in not having any
|
||||
blocking or critical bugs that the maintainers are aware of. The core API of
|
||||
`Component` and `Hooks` types is frozen, and there's a 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 achieved.
|
||||
future there's a breaking change that's absolutely needed, deprecating old APIs
|
||||
without breakage and introducing a replacement gradually is the top priority.
|
||||
Nevertheless, its important to note this can't always be achieved.
|
||||
|
||||
Looking forward to your feedback which greatly helps us make Gluon the best
|
||||
UI framework available!
|
||||
Looking forward to your feedback!
|
||||
|
||||
## Table of contents
|
||||
|
||||
|
|
Loading…
Reference in New Issue