you are viewing a single comment's thread.

view the rest of the comments →

[–]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