0
How can i convert an already existing web app into a react app?
The web app is responsive that is;it was coded in html,css and JavaScript
3 Respuestas
+ 14
There is no automatic convertation. You need to rewrite the existing code step by step, wrapping some elements into components.
+ 2
What is your objective? Your approach would depends on what you i are trying to achieve, and the size of your existing UI.
+ 1
If it works well without React, why use React?🤔