+Loading.jsx not working #1945
Answered
by
brillout
bitliner
asked this question in
Help & Questions
-
The feature is documented here However it seems not working, or not clear how to use it. In my project, I've created a +Loading.jsx file as documented, but the component or layout is never shown. Does it require manual integration? Or vike-react automatically integrates it? |
Beta Was this translation helpful? Give feedback.
Answered by
brillout
Nov 1, 2024
Replies: 1 comment 2 replies
-
Indeed, it's poorly documented. It's used by |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bitliner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed, it's poorly documented. It's used by
vike-react-{query,apollo}
, see for example https://github.com/vikejs/vike-react/tree/main/packages/vike-react-query#withfallback. I'll update the docs.