-
Does it work with SSR frameworks like Remix? EDIT1: I have found this: https://mobile.ant.design/guide/ssr |
Beta Was this translation helpful? Give feedback.
Answered by
awmleer
May 25, 2022
Replies: 1 comment 2 replies
-
The main problem with SSR is how to tell the SSR frameworks to properly load the CSS files (which is imported by js files of antd-mobile components). The behavior differs from the frameworks. As you have posted, the documentation has a piece of guide about how to use antd-mobile in Remix projects. You can try it. If does not work, please open an issue and we'll try to fix. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
awmleer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main problem with SSR is how to tell the SSR frameworks to properly load the CSS files (which is imported by js files of antd-mobile components). The behavior differs from the frameworks.
As you have posted, the documentation has a piece of guide about how to use antd-mobile in Remix projects. You can try it. If does not work, please open an issue and we'll try to fix.