DEV Community

Discussion on: React (Native?) project

Collapse
 
andrewbaisden profile image
Andrew Baisden

Personally if it was me I would develop the web version using React and the mobile version using React Native. The codebases are almost the same so it should not be too hard to replicate the mobile design in the browser. It's also much safer because the React community is massive. It could be more complicated to use React Native in the browser because as far as i'm aware it's not that common to do that sort of thing.

So you could run into problems and then you would most likely just have to go with React for the web anyway. That's my take on it.

Collapse
 
brampayrequest profile image
Bram Hammer

Like I replied to marco. You're correct, after thinking about it some more it would add a whole other set of problems instead of solving a few(less important ones)..

So time to finish our web app haha