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.
closes #9
running `npx depcheck ` reveals some unused and missing dependencies **Unused dependencies** * @radix-ui/react-popover * @radix-ui/react-separator * @radix-ui/react-tabs * @reach/dialog * downshift * remix-auth-socials * spin-delay **Missing dependencies** * esbuild:...
I tried and ran into TS issues. Would love to ditch it though.
In keeping with our avoid third party services principle, I'd like to find whether there's a good way to keep logs for easy retrieval and analysis later. I've thought about...
We need to implement this decision: https://github.com/epicweb-dev/epic-stack/blob/main/decisions/05-client-pref-cookies.md Any takers?
Mailgun's integration could be improved with a few points: - Remind setting `MAILGUN_DOMAIN` and `MAILGUN_SENDING_KEY` in `.env`. This is useful for local production. - Mailgun's API endpoint changes for Europe...
This implements the ideas described in https://github.com/epicweb-dev/epic-stack/blob/main/decisions/05-client-pref-cookies.md Eventually we'll want locale stuff in here as well I expect. For now, the timezone offset and theme preference are necessary. I would...
The `mocks` directory currently only mocks server side requests. It is intended to enable local development without internet access. However, if you need to do API requests on the client-side,...
Fix `LinksFunction` when updating to remix-run v 1.16.1
Probably using https://npm.im/helmet like I do in [my own website](https://github.com/kentcdodds/kentcdodds.com).