diff --git a/src/libraries/store.tsx b/src/libraries/store.tsx index b6148c59b..835595693 100644 --- a/src/libraries/store.tsx +++ b/src/libraries/store.tsx @@ -48,53 +48,49 @@ export const storeProject = { ], featureHighlights: [ { - title: 'Intuitive Configuration', + title: 'Battle-Tested', icon: , description: (
- TanStack Store offers a seamless and intuitive configuration - management system that simplifies the process of building and - publishing high-quality JavaScript packages. TanStack Store{' '} + TanStack Store is widely adopted across the TanStack ecosystem, + powering libraries like TanStack Form, TanStack Router, and more. It + has been{' '} - streamlines the configuration process, allowing developers to focus - on writing code + battle-tested in production environments, ensuring reliability and + performance {' '} - without the hassle of intricate setup procedures. + for developers.
), }, { - title: 'Vite-Powered Builds', - icon: , + title: 'Tiny Bundle Size', + icon: , description: (
- TanStack Store's build configuration harnesses the Vite ecosystem. - Customize and extend your build workflows with ease, tailoring them to - meet the unique requirements of your project.{' '} + Designed with a focus on performance and efficiency, boasting a{' '} - Whether you need advanced optimizations, pre-processors, or other - specialized tools, + tiny bundle size {' '} - TanStack Store provides a robust foundation for crafting a build - pipeline that suits your specific needs. + that ensures fast loading times and minimal impact on application + performance. This makes it an ideal choice for developers looking to + optimize their applications.
), }, { - title: 'Effortless Publication', - icon: , + title: 'Framework Agnostic', + icon: , description: (
- Say goodbye to the complexities of code publishing. This package - provides tools designed to automate the publication of your projects. - Developers can effortlessly publish updates, manage versioning, and - release on npm and GitHub.{' '} + TanStack Store is{' '} - TanStack Store takes care of the tedious aspects of package - publishing, - {' '} - empowering developers to share their work with the community - efficiently. + framework agnostic + + , with adapters available for popular frameworks like React, Vue, + Angular, Solid, and Svelte. This flexibility allows developers to use + the store in their preferred framework without being locked into a + specific ecosystem.
), },