How to any website for React js | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to any website for React js

I just want clone it for study

24th Feb 2023, 3:25 PM
Lihou Brak
Lihou Brak - avatar
2 Answers
+ 3
Can you please describe more what you trying to do. Do you wanna inspect code from some website, download it and then practice/change content? Not every website use react, so you need to find site what use it. There are some extension for browser what can help you to inspect react components(props, states, hooks...), also it can tell you does site use react. Here is for chrome: https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi About downloading code, you can see source and download code(if option is not available you can copy/paste), not sure how it will be if framework like react is used, and it will be production version of site not developer. For better practice I suggest you to find some project on github and inspect it. There are many open source website even some where you can contribute. There you would see how dev setup look like
27th Feb 2023, 5:11 PM
PanicS
PanicS - avatar
0
Thank you so much 🥰🥰
27th Feb 2023, 5:15 PM
Lihou Brak
Lihou Brak - avatar