npm create @tanstack/router VS create-tsrouter-app
Could anyone highlight what are the differences between the two?
The first one is from the docs: https://tanstack.com/router/v1/docs/framework/react/quick-start, the other one is the proclaimed successor 😉 to create-react-app. Both use tanstack router underneath, hence the confision.
Is it anything more than just a rename/rebrand? TIA
3 Replies
fair-rose•7mo ago
there are differences, e.g. create-tsrouter-app does not (yet) support choosing a bunder (and maybe never will)
@jherr is putting much work into create-tsrouter-app, more than create-router ever received. i just created create-router back in the day so we have some scaffolding.
rising-crimsonOP•7mo ago
arite, so
create-tsrouter-app
seems the way forward from now?fair-rose•7mo ago
think so, yes