epic-stack
epic-stack copied to clipboard
This is a Full Stack app starter with the foundational things setup and configured for you to hit the ground running on your next EPIC idea.
Hello, I am new to open source , please forgive me if I do anything wrong. I will like to contribute to this wonderful codebase by creating /about route to...
This has been announced: https://resend.com/blog/react-email-3 I welcome anyone to try upgrading us!
React Router 7 has been released, and it offers a few nice improvements and new features. Based on the current setup, it looks like epic-stack is already in a good...
This PR enables the [v3_singleFetch](https://remix.run/docs/en/main/guides/single-fetch#enabling-single-fetch) feature.
React 19 is still RC so we shouldn't merge this, but just getting a feel for what a React 19 epic stack looks like. Not much changes! - forwardRef is...
--- > [!NOTE] > Upgrades Prisma to 6.19 with a generated client/typed SQL, adds the Better SQLite3 adapter, and updates codebase imports/config accordingly. > > - **Prisma upgrade & config**...
# Steps to reproduce 1. Start new epic-stack project 2. Install any shadcn components. e.g `npx shadcn@latest add dropdown-menu` # Expected behavior Components installed in `app/components/ui` # Actual behavior Components...
Hi! I think we should use a different SQLite database instance for e2e testing. That is to separate whatever state the local database has during development. Basically, each test run...
## Summary This PR upgrades React Router to version `7.9.0` and implements its new middleware feature for authentication. This change centralizes `requireUser` and `requireAnonymous` checks into dedicated middleware functions, replacing...
Saw this blog post about fontless here https://qwik.dev/blog/fontless/, and got interested it to get in the epic-stack. ## Test Plan ## Checklist - [ ] Tests updated - [x] Docs...