Back to blog
December 11, 2023

Remix v2 migration, Cache, Events + Workflows, Stripe Webhooks, Charts in SaasRock 0.9.3

  • Name
    Alexandro Martínez
    #release
Remix v2 migration, Cache, Events + Workflows, Stripe Webhooks, Charts in SaasRock 0.9.3

TLDR: Watch the release video.

Remix v2 (finally 🎉)

Video demo: Remix v2.3 vs Remix v.14.

Most of the file changes are pretty simple stuff, such as:

  • Renames: LoaderArgs → LoaderFunctionArgs, ActionArgs → ActionFunctionArgs, V2_MetaFunction → MetaFunction

  • i18n: t("hi {{0}}", ["alex"]) → t("hi {{0}}", {0: "alex"}).

Screenshot 2023-12-04 at 15.45.01.png

Cache

Improve your MVP's performance by caching with lru-cache!

cache.png

Read more about this: https://saasrock.com/docs/articles/cache

Events + Workflows

Now you can use application events in the Workflows feature!

events.png

Read more about this: https://saasrock.com/docs/articles/events

Other Subscription Improvements

  • Stripe Webhooks: Listen to any stripe event

  • Auto-subscribe to Trial: Now you can auto-subscribe tenants to a trial plan (if available).

Tremor Charts

I implemented 1 area chart graph (using Tremor) in the Analytics dashboard, comparing Page views and Unique visitors in the last 30 days:

analytics.png

Closed Issues


Let me know what you think!

You're welcome to join the Discord server or subscribe to my newsletter.

We respect your privacy.

TLDR: We use cookies for language selection, theme, and analytics. Learn more.