|
| 1 | +<h1 align="center"> |
| 2 | + <a |
| 3 | + target="_blank" |
| 4 | + href="https://github.com/zuriscript/signalstory" |
| 5 | + > |
| 6 | + <img |
| 7 | + align="center" |
| 8 | + alt="signalstory" |
| 9 | + src="signalstory_banner.png" |
| 10 | + style="width:100%;" |
| 11 | + /> |
| 12 | + </a> |
| 13 | +</h1> |
1 | 14 | <p align="center">
|
2 |
| - <img width="30%" height="30%" src="signalstory.png"> |
| 15 | + Signalstory - Angular state management with signals |
3 | 16 | </p>
|
4 | 17 |
|
5 |
| -# signalstory |
6 |
| - |
7 | 18 | <p align="center">
|
| 19 | + <a |
| 20 | + href="https://zuriscript.github.io/signalstory/docs/prolog" |
| 21 | + target="_blank" |
| 22 | + ><b>Documentation</b></a> 📚 |
| 23 | + <a |
| 24 | + href="https://stackblitz.com/edit/stackblitz-starters-bjnmnr?file=src%2Fapp%2Fstate%2Fbooks.store.ts" |
| 25 | + target="_blank" |
| 26 | + ><b>Sample</b></a> 🚀 |
| 27 | + <a |
| 28 | + href="https://zuriscript.github.io/signalstory/" |
| 29 | + target="_blank" |
| 30 | + ><b>Website</b></a> 🔥 |
| 31 | + <a |
| 32 | + href="https://github.com/zuriscript/signalstory/releases" |
| 33 | + target="_blank" |
| 34 | + ><b>Release notes</b></a> ✨ |
| 35 | +</p> |
| 36 | +
|
| 37 | +<div align="center"> |
8 | 38 |
|
9 | 39 | [](https://badge.fury.io/js/signalstory)
|
10 | 40 | [](https://opensource.org/licenses/MIT)
|
11 | 41 | []()
|
12 | 42 | [](https://github.com/prettier/prettier)
|
13 | 43 |
|
14 |
| -</p> |
15 |
| - |
16 |
| -### Check out the [sample 🚀 ](https://stackblitz.com/edit/stackblitz-starters-bjnmnr?file=src%2Fapp%2Fstate%2Fbooks.store.ts) |
17 |
| - |
18 |
| -### Visit the [docs 📚 ](https://zuriscript.github.io/signalstory/docs/prolog) |
19 |
| - |
20 |
| -### For a full feature overview, visit the [Website ✨ ](https://zuriscript.github.io/signalstory/) |
21 |
| - |
22 |
| -### For Release notes and Changelog, visit [Gtihub Releases 🧙♂️](https://github.com/zuriscript/signalstory/releases) |
23 |
| - |
24 |
| -**Empower your angular state management with signals** |
| 44 | +</div> |
25 | 45 |
|
26 | 46 | signalstory is a state management library based on angular signals. It offers a range of architectural options, from simple repository-based state management (`signal-in-a-service`) to decoupled commands, managed side effect objects, and inter-store communication using an event-based approach. The goal is to provide a great user experience for all developers, whether junior or senior, while incorporating all the features you need to master your frontend state requirements.
|
27 | 47 |
|
|
0 commit comments