Some tips to make your remix app more stable! #9195
suhaotian
started this conversation in
Show and tell / tips
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote an article 3 Tips to Make Your Next.js App More Stable to market my library xior.
Remix also supports SSR, so it should not only work in Next.js but also in Remix.
If you haven't opened the article link, it discusses enhancing fetch using
xior
plugins:GET
request errors.GET
request errors even after retrying, use the previously successful request data to ensure the website doesn't show an error page or crash.By the way, Remix + Vite is so fast in development (even on my very old MacBook), I love it! 💗
Beta Was this translation helpful? Give feedback.
All reactions