Latest solutions
Latest comments
- @hhenskeSubmitted about 3 years agoP@jonnywillreesPosted about 3 years ago
Did you build this component in react??
Edit: Never mind, after looking at your source code it seems you used react which is all set up for you locally, but when you host your code somewhere you need to make sure that the service you use (eg. GitHub Pages) supports hosting your build files.
0 - @danielkwon89Submitted about 3 years agoP@jonnywillreesPosted about 3 years ago
Some small things I would suggest is create a script.js file in the project root and then link to it at the very bottom between your <body></body> tags.
This way you will get much better intellisense and code format if you are using an editor like VS Code. Also you won't have to add an event listener to the window to check if everything has rendered before running the javscript code.
1 - @Muhammad-samirSubmitted about 3 years agoP@jonnywillreesPosted about 3 years ago
I can't find the link to your repo in order to view your source code
0