← All Posts
Content Rendering Stack
Content Rendering Stack
Tanstack Start
Pros
- Full static-site generation support
- Built with TypeScript for type-safety and developer experience
- Rich plugin ecosystem to extend functionality
- Good performance optimizations out of the box
- Active community and ongoing development
Cons
- At time of writing, still relatively new and evolving rapidly (in
RCstage)
Outstanding Questions
- At the moment, it's not entirely clear how this solution will be able to
target my (eventual)
wasmcloudhosting environment.- Fortunately,
Tanstack Startis built on top ofViteandNitro, and those appear to have some level of support forcloudflare workersas a build target. Based off of my familiarity with thewasmecosystem, these disparate deployment targets are working to unify aroundWASIas a common runtime target.
- Fortunately,
Content Collections
Pros
- Failry straightforward to define content collections using
- Richly developed ecosystem for markdown content processing that it integrates with
- Type-safe content models for compile(generation)-time validation
- Less opinionated creates more flexibility
Cons
- Less opinions means more decisions to make and more custom code to write