Commit df74342
authored
chore(release): 1.4.14
Add TanStack Showcase example with 6 interactive side-by-side comparison
pages (Query vs useEffect, Table vs manual, Virtual vs render-all, Form
vs useState, Store vs Context, Pacer vs setTimeout). Each page demonstrates
why the TanStack approach is better with working interactive code.
Fix nested <button> accessibility violation in presets panel — outer
element changed to <div role="button"> with keyboard handler.
Add CLI validation for TanStack AI (React/Solid only) and TanStack
Showcase (TanStack Router/Start only) frontend compatibility.
Update TanStack Fullstack preset to include all ecosystem libraries:
Query, Table, Virtual, Pacer, Store, Form, AI, plus the showcase example.
22 new tests covering TanStack AI compatible/incompatible frontends with
dependency assertions, and TanStack Showcase generation and validation.1 parent 89275c0 commit df74342
23 files changed
Lines changed: 47485 additions & 41496 deletions
File tree
- apps
- cli
- src/utils
- test
- web
- src
- components/stack-builder
- lib
- packages
- template-generator
- src
- processors
- templates/examples/tanstack-showcase/web/react
- tanstack-router/src/routes/showcase
- tanstack-start/src/routes/showcase
- types/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
584 | 594 | | |
585 | 595 | | |
586 | 596 | | |
| |||
644 | 654 | | |
645 | 655 | | |
646 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
647 | 682 | | |
648 | 683 | | |
649 | 684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
657 | 658 | | |
658 | 659 | | |
659 | 660 | | |
| 661 | + | |
| 662 | + | |
660 | 663 | | |
661 | 664 | | |
662 | 665 | | |
| |||
694 | 697 | | |
695 | 698 | | |
696 | 699 | | |
| 700 | + | |
| 701 | + | |
697 | 702 | | |
698 | 703 | | |
699 | 704 | | |
| |||
0 commit comments