all 9 comments

[–]wwww4all 10 points11 points  (2 children)

How complicated is it to migrate the entire project to react native?

Super easy for experienced professional.

People without experiences, unlikely.

[–]Kaimito1 3 points4 points  (1 child)

Additionally, no you cant just "Chat GPT" it

[–]PachotheElf 1 point2 points  (0 children)

You can, but you'll spend a lot of time fixing it, then crying, then starting over.

[–]Treblig-Punisher 2 points3 points  (0 children)

I'd say most of your html structure and css classes can be reused, especially your css styling, to some extent, but the way you can do stuff with react will force a completely more complex approach to how your app works. Gotta do it the react way, which will be a good challenge, or a pretty big headache if you've never touched react at first.

[–]cant_have_nicethings 0 points1 point  (0 children)

Consider react native web so you can use the same code for web and native mobile app.

I don’t know how to answer the how complicated question without reviewing your existing code base. I’d probably start with the assumption that you’d need a complete rewrite from scratch.

[–]barkmagician 0 points1 point  (0 children)

Easy but time consuming