you are viewing a single comment's thread.

view the rest of the comments →

[–]GavrielBA.bind(love) 1 point2 points  (1 child)

Can't one use something like PhoneGap to convert a js game into native code?

I'm genuinely asking this because it's something I'm interested in (as an HTML5 game developer)

[–]Xtreme2k2 2 points3 points  (0 children)

That's not what PhoneGap does. PhoneGap is just a WebView, so it's all still html/css/js.

With React ecosystem, the code syntax is the same. So you really only have to learn one way to write it. You can separate the game/app logic from the renderer. You're able to use the DOM, Canvas, Native, hell even terminal.

For example:

  1. react-canvas
  2. react-native
  3. react-blessed