Spencer Elliott

Results 12 comments of Spencer Elliott

@fridays Would you be open to adding additional maintainers to this project? For now, I am maintaining my own fork over at https://github.com/Yolk-HQ/next-routes / https://www.npmjs.com/package/@yolkai/next-routes. I don't like the idea...

Thanks @fridays! In the coming days, I'm planning on merging the improvements in my fork back upstream. There are a lot of open issues & PRs in this repo, so...

Sorry folks, I've been busy with work & life things, and I haven't had the time to dedicate to this project recently. I've under-delivered on my last message, and I...

[Dynamic routes are now natively supported by Next.js](https://nextjs.org/blog/next-9#dynamic-route-segments), so next-routes is no longer necessary for most use cases.

I agree that next-routes is still useful for more complex use cases. Unfortunately neither @fridays nor myself have the resources to keep this project maintained at the moment, so a...

>Maybe the inverse would be a cleaner solution, where we provide `jest.d.ts` and `vitest.d.ts` I like this approach as well. For now, I am using a workaround with [`pnpm patch`](https://pnpm.io/cli/patch),...

True, HMR is probably the biggest reason to use RNWS. The other big thing that RNWS provides is access to webpack's loader & plugin ecosystem (e.g. for CoffeeScript support), but...

@ThaJay Yes, IIRC, the reason we can't feed webpack's output into the RN bundler is that webpack doesn't understand Facebook's haste module system (https://github.com/facebook/react-native/issues/5#issuecomment-72341589). Work is being done towards allowing...

Hey, thanks for the issue. I made this project as part of a hackathon, but unfortunately I'm not working on that app anymore, thus no longer using this project. If...

@FrankSalad What's your npm username?