@@ -48,53 +48,49 @@ export const storeProject = {
48
48
] ,
49
49
featureHighlights : [
50
50
{
51
- title : 'Intuitive Configuration ' ,
51
+ title : 'Battle-Tested ' ,
52
52
icon : < VscWand className = { twMerge ( textStyles ) } /> ,
53
53
description : (
54
54
< div >
55
- TanStack Store offers a seamless and intuitive configuration
56
- management system that simplifies the process of building and
57
- publishing high-quality JavaScript packages. TanStack Store { ' ' }
55
+ TanStack Store is widely adopted across the TanStack ecosystem,
56
+ powering libraries like TanStack Form, TanStack Router, and more. It
57
+ has been { ' ' }
58
58
< span className = { twMerge ( 'font-semibold' , textStyles ) } >
59
- streamlines the configuration process, allowing developers to focus
60
- on writing code
59
+ battle-tested in production environments, ensuring reliability and
60
+ performance
61
61
</ span > { ' ' }
62
- without the hassle of intricate setup procedures .
62
+ for developers .
63
63
</ div >
64
64
) ,
65
65
} ,
66
66
{
67
- title : 'Vite-Powered Builds ' ,
68
- icon : < FaBolt className = { twMerge ( textStyles ) } /> ,
67
+ title : 'Tiny Bundle Size ' ,
68
+ icon : < VscWand className = { twMerge ( textStyles ) } /> ,
69
69
description : (
70
70
< div >
71
- TanStack Store's build configuration harnesses the Vite ecosystem.
72
- Customize and extend your build workflows with ease, tailoring them to
73
- meet the unique requirements of your project.{ ' ' }
71
+ Designed with a focus on performance and efficiency, boasting a{ ' ' }
74
72
< span className = { twMerge ( 'font-semibold' , textStyles ) } >
75
- Whether you need advanced optimizations, pre-processors, or other
76
- specialized tools,
73
+ tiny bundle size
77
74
</ span > { ' ' }
78
- TanStack Store provides a robust foundation for crafting a build
79
- pipeline that suits your specific needs.
75
+ that ensures fast loading times and minimal impact on application
76
+ performance. This makes it an ideal choice for developers looking to
77
+ optimize their applications.
80
78
</ div >
81
79
) ,
82
80
} ,
83
81
{
84
- title : 'Effortless Publication ' ,
85
- icon : < FaCogs className = { twMerge ( textStyles ) } /> ,
82
+ title : 'Framework Agnostic ' ,
83
+ icon : < VscWand className = { twMerge ( textStyles ) } /> ,
86
84
description : (
87
85
< div >
88
- Say goodbye to the complexities of code publishing. This package
89
- provides tools designed to automate the publication of your projects.
90
- Developers can effortlessly publish updates, manage versioning, and
91
- release on npm and GitHub.{ ' ' }
86
+ TanStack Store is{ ' ' }
92
87
< span className = { twMerge ( 'font-semibold' , textStyles ) } >
93
- TanStack Store takes care of the tedious aspects of package
94
- publishing,
95
- </ span > { ' ' }
96
- empowering developers to share their work with the community
97
- efficiently.
88
+ framework agnostic
89
+ </ span >
90
+ , with adapters available for popular frameworks like React, Vue,
91
+ Angular, Solid, and Svelte. This flexibility allows developers to use
92
+ the store in their preferred framework without being locked into a
93
+ specific ecosystem.
98
94
</ div >
99
95
) ,
100
96
} ,
0 commit comments