|
1 | 1 | <img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/header_background.png" alt="AgileTs"> |
2 | 2 |
|
3 | | -> Global State and Logic Framework |
| 3 | +> Global State and Logic Library |
4 | 4 |
|
5 | 5 | <br /> |
6 | 6 |
|
|
29 | 29 | </p> |
30 | 30 |
|
31 | 31 | <p align="left"> |
32 | | - <a href="https://twitter.com/intent/tweet?text=I%20just%20discovered%20AgileTs%3B%20a%20global%2C%20spacy%20and%20overall%20easy%20to%20use%20State%20Manager.%0A%60%60%60ts%0Aconst%20MY_STATE%20%3D%20App.createState(%22Hello%20stranger%22)%3B%0AMY_STATE.set(%22Hello%20friend%22)%3B%0A%60%60%60%0Ahttps%3A%2F%2Fgithub.com%2Fagile-ts%2Fagile%2F%20%0A%0A%40AgileFramework%20%0A%23agilets%20%23statemanagement%20%23webdev%20"><img src="http://randojs.com/images/tweetShield.svg" alt="Tweet" height="20"/> |
| 32 | + <a href="https://twitter.com/intent/tweet?text=I%20just%20discovered%20AgileTs%3B%20a%20global%2C%20spacy%20and%20overall%20easy%20to%20use%20State%20Manager.%0A%60%60%60ts%0Aconst%20MY_STATE%20%3D%20App.createState(%22Hello%20stranger%22)%3B%0AMY_STATE.set(%22Hello%20friend%22)%3B%0A%60%60%60%0Ahttps%3A%2F%2Fgithub.com%2Fagile-ts%2Fagile%2F%20%0A%0A%40AgileTypescript%20%0A%23agilets%20%23statemanagement%20%23webdev%20"><img src="http://randojs.com/images/tweetShield.svg" alt="Tweet" height="20"/> |
33 | 33 | </a> |
34 | 34 | <a href="https://discord.gg/T9GzreAwPH"> |
35 | 35 | <img src="https://img.shields.io/discord/795291052897992724.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2" alt="Join Discord"/> |
@@ -75,7 +75,7 @@ More examples can be found in the [Example section](https://agile-ts.org/docs/ex |
75 | 75 | <br /> |
76 | 76 | <img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/why_should_i_use_agile.png" alt="Why should I use AgileTs?"/> |
77 | 77 |
|
78 | | -AgileTs is a global State and Logic Framework implemented in Typescript. |
| 78 | +AgileTs is a global State and Logic Library implemented in Typescript. |
79 | 79 | It offers a reimagined API that focuses on **developer experience** |
80 | 80 | and allows you to **easily** and **flexible** manage your application States. |
81 | 81 | Besides [States](https://agile-ts.org/docs/core/state), |
@@ -231,5 +231,5 @@ To find out more about contributing, check out the [CONTRIBUTING.md](https://git |
231 | 231 | <br /> |
232 | 232 | <img src="https://raw.githubusercontent.com/agile-ts/agile/master/static/credits_header.png" alt="Credits"/> |
233 | 233 |
|
234 | | -AgileTs is inspired by [MVVM Frameworks](https://de.wikipedia.org/wiki/Model_View_ViewModel) |
| 234 | +AgileTs is inspired by [MVVM Libraries](https://de.wikipedia.org/wiki/Model_View_ViewModel) |
235 | 235 | like [MobX](https://mobx.js.org/README.html) and [PulseJs](https://github.com/pulse-framework/pulse). |
0 commit comments