Skip to content

Commit 3e7c209

Browse files
authored
fix: use correct copy for Store page (#420)
1 parent e4651c7 commit 3e7c209

File tree

1 file changed

+23
-27
lines changed

1 file changed

+23
-27
lines changed

src/libraries/store.tsx

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -48,53 +48,49 @@ export const storeProject = {
4848
],
4949
featureHighlights: [
5050
{
51-
title: 'Intuitive Configuration',
51+
title: 'Battle-Tested',
5252
icon: <VscWand className={twMerge(textStyles)} />,
5353
description: (
5454
<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{' '}
5858
<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
6161
</span>{' '}
62-
without the hassle of intricate setup procedures.
62+
for developers.
6363
</div>
6464
),
6565
},
6666
{
67-
title: 'Vite-Powered Builds',
68-
icon: <FaBolt className={twMerge(textStyles)} />,
67+
title: 'Tiny Bundle Size',
68+
icon: <VscWand className={twMerge(textStyles)} />,
6969
description: (
7070
<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{' '}
7472
<span className={twMerge('font-semibold', textStyles)}>
75-
Whether you need advanced optimizations, pre-processors, or other
76-
specialized tools,
73+
tiny bundle size
7774
</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.
8078
</div>
8179
),
8280
},
8381
{
84-
title: 'Effortless Publication',
85-
icon: <FaCogs className={twMerge(textStyles)} />,
82+
title: 'Framework Agnostic',
83+
icon: <VscWand className={twMerge(textStyles)} />,
8684
description: (
8785
<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{' '}
9287
<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.
9894
</div>
9995
),
10096
},

0 commit comments

Comments
 (0)