How to use React Skeleton with nextjs 14.4 #215
Unanswered
aldairandre
asked this question in
Q&A
Replies: 1 comment
-
The code you posted looks fine, so I am not sure what is wrong. If you post a runnable repro case, I can look at it (or you might find the issue while removing non-essential pieces of code). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, this is my first time using React Skeleton, and I ran into a difficulty using it, I'm trying to use React Skeleton with React's Suspense component but for some reason my Skeleton is not generated, could anyone tell me What would be the most practical way for me to implement React Skeleton using Nextjs?
im using Nextjs 14.3
and React Skeleton v3
Below is the code for my app
My component image
Loading component image
Beta Was this translation helpful? Give feedback.
All reactions