@@ -25,20 +25,19 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
25
25
## Next steps
26
26
27
27
<CardGrid >
28
- <Card title = " Powerful" icon = " rocket" >
29
- Patronum enhances your workflows with powerful, reusable operators that streamline
30
- complex state management tasks.
28
+ <Card title = ' Powerful' icon = ' rocket' >
29
+ Patronum enhances your workflows with powerful, reusable operators that streamline complex state management tasks.
31
30
</Card >
32
- <Card title = " Type-Safe" icon = " seti:typescript" >
33
- Leverage fully type-safe functions with effector patronum to ensure robustness and
34
- prevent runtime errors in your application.
31
+ <Card title = ' Type-Safe' icon = ' seti:typescript' >
32
+ Leverage fully type-safe functions with effector patronum to ensure robustness and prevent runtime errors in your
33
+ application.
35
34
</Card >
36
- <Card title = " Seamless Integration" icon = " setting" >
37
- Patronum integrates effortlessly with your existing effector logic, adding
38
- modularity without the need for extensive refactoring.
35
+ <Card title = ' Seamless Integration' icon = ' setting' >
36
+ Patronum integrates effortlessly with your existing effector logic, adding modularity without the need for extensive
37
+ refactoring.
39
38
</Card >
40
- <Card title = " Tree Shaking Friendly" icon = " heart" >
41
- Patronum is designed with tree shaking in mind, ensuring that your bundle size
42
- remains minimal by including only the code you actually use.
39
+ <Card title = ' Tree Shaking Friendly' icon = ' heart' >
40
+ Patronum is designed with tree shaking in mind, ensuring that your bundle size remains minimal by including only the
41
+ code you actually use.
43
42
</Card >
44
43
</CardGrid >
0 commit comments