Oscar Chic

Results 24 comments of Oscar Chic

Hi @sstur, is there work needed to be done before this MR is merged? Really interested in this. Thanks.

First of all I want to say thank you all for the great work and effort you guys put into this. I'm loving this stack so far and I see...

To expand a bit the idea with patches, take the `template/addons/trpc/base-context.ts` file (I added the `async` word to avoid some conflicts) ```js // src/server/router/context.ts import * as trpc from "@trpc/server";...

Sorry to spam, but I have dreamed about this. Let's asume for a moment that the files are generated using a template engine such as handlebars, ejs, eta... Then the...

@krsbx you have a really good point. Maybe I wasn't clear enough, but with my last comment I was disregarding my own idea of patching files when creating the project...

I've been playing a bit with the `jscodeshift` and managed to modify the files during initial installation. For now I've focused on testing the codemods to see if it's the...

I've pushed more changes. Some comments: - moved all the codemods to a different folder in root and configured it as a project reference. I'm not an expert with TS...

Thanks for your kind words! > I gave up on codemods quite early because it seemed really overcomplicated Yes the codemods literally blew my mind initially 🤯 it feels such...

#### Quick update I've created a [new branch in my fork](https://github.com/ochicf/create-t3-app/tree/feat/reinstalls) (created from the codemods branch) where I'm handling all of these reinstalls/incremental feature addition. IMHO it would be best...

>I see potential here for a separate package that's usable in other projects as well. We can create a new repo under t3-oss if you're down and have it as...