DhanushNehru / alien-defender-game

An Alien Space Themed Browser Game
https://alien-defender-game.netlify.app/
Apache License 2.0
2 stars 7 forks source link

Legacy Code Changes #19

Open yesahem opened 3 hours ago

yesahem commented 3 hours ago

Requesting for the code Changes

Since the world is moving faster with the javascript frameworks we should also follow some

So my purposal is to move this legacy code (raw HTML,CSS,JS) to be moved to React or Next or Remix js whichever is more compatible and faster

Pros:

  1. Help New Comers to contribute to code more easily
  2. Code will be with Industry Standarisation
  3. Gives easy DOM manupulation access
  4. Easy to Upgrade or Add 2D/3D
  5. Challenging for person to adapt 2D/3D animations in beginning but still they can contribute to functionality and grow eventually
yesahem commented 3 hours ago

What says @DhanushNehru ??

DhanushNehru commented 44 minutes ago

Hi @yesahem yes you can move it, but the challenge you have is to accomodate the new features in the react project which you are changing to. All the best