Which is a better approach to create a Type-Safe Skelton in React?
I want to render a skeleton while a data variable is undefined
. Here is my first approach:
Vite React Typescript is always showing red underlines
I’m familiar with ViteReact projects because I’ve done dozens of them, but now I wanted to do my personal big project with Ts beacuse of the size of the project and so that it’s easier for me to operate but I made more mess.