remix-saas
remix-saas copied to clipboard
[ Feat ] Major update with the release of Remix 2.0
Stripe Stack will receive a major update with the release of Remix 2.0.
This will include:
- Fully Typesafe Project. (Installer will no longer offer Javascript as a template option)
- Route Validation: with
zodfor parsingFormDataandURLSearchParams. - Stripe Handlers Colocation: directly into
loaders|actions(Simpler structure) - Memory Swap File: that helps mitigating Fly memory issues.
- Improved Production Seeding.
- Improved Authentication with Remix Auth TOTP.
- And a few more things ...
Meanwhile, you can update the stack dependencies and configure remix.config file based on the current Remix version.
Happy coding!